>> (2) with decent performance if we start to use the IM
>Can the dict be pre-compiled to speed up load time?

Well, data file in binary is not an option. The data file format
used is the simplest one, while readable and editable.

The only "overhead" for vimim plugin is to load the data file into
vim list, and nothing more. That is the minimum requirement if we
want to input Chinese after all.

Another thing is about utf-8 encoding, which takes 30% more space
for multi-bytes. But, vim is doing utf-8 internally anyway.

How about any other editors, say, emacs? I don't believe they can be
loading faster and searching faster than vimim does.

Sean

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to