Issue 33: 内存占用好像用点大 & 输入响应问题
http://code.google.com/p/ibus/issues/detail?id=33

Comment #8 by Shawn.P.Huang:
我认为sqlite是一个相对比较平衡的选择。在选择数据引擎的时候,有几个因素需要考 
虑。
1.速度快,要满足需求。
2.要稳定,成熟,可靠。
3.社区活跃,有很好的支持。
4.具有多种语言开发接口,和详尽的文档。
5.功能要全,支持增加,删除,修改,以及动态排序等。
只有满足上面的需求,才能保证输入法开发的成功。从目前使用sqlite实现的输入法情 
况来看,
很满意。虽然模糊拼音的速度不太好。但是问题已经找到,是因为表格设计的不合 
理,当时没有
考虑模糊拼音的问题。导致查询模糊拼音时,查询次数成指数赔增加阿,别且部分索引 
会失效,
才会引起性能下降过大的问题。经过研究已经找到解决办法,但是需要大规模改动表格 
结构,代
码改动较很大,还没有时间去做。
希望等ibus项目稳定以后,我再花时间好好优化一下拼音引擎。




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ibus-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

回复