kaio / ibus-table

The tables engines for IBus
GNU Lesser General Public License v2.1
32 stars 7 forks source link

Make select words speed up #51

Closed heiher closed 7 years ago

heiher commented 7 years ago

I found that table sqlite database based cache is very slow.

The ibus-table process's cpu usage is 100% when i hod a key down on a Intel i3 2.53Ghz, and that table contains about 2 hundred thousand records.

This patch can make cpu usage down to 10% in same test and input can immedidate stop when i released the key.

mike-fabian commented 7 years ago

Included in the 1.9.18 release: https://github.com/kaio/ibus-table/releases/tag/1.9.18

Thank you very much!