summaryrefslogtreecommitdiffstats
path: root/src/PYString.h
Commit message (Collapse)AuthorAgeFilesLines
* Use in memory user database to improve performance.Peng Huang2010-11-241-0/+1
| | | | | | | | | | | I found pinyin's performance is very low when system IO load is big. So I let pinyin use im memory user database to improve the performance, and write the database to the harddisk in 60 seconds or when engine exits. BUG=none TEST=manual Review URL: http://codereview.appspot.com/3303041
* Add PY prefix of all file names to avoid name conflict on some filePeng Huang2010-08-171-0/+163
system than is case insensitive.