For myself I decided to go server-side for future versions of furigana
injector, but that wouldn't be suitable for Rikaichan with it's pop-
ups.

If you're doing the NPAPI thing and are looking for a C++ class that
does trie there is the "Double-Array Trie" class out there (DART).
Personally I would use this http://code.google.com/p/darts-clone/
variation instead as it compacts the dictionary space by half, with
apparently next to no increase in CPU cost.

Cheers,

Akira

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@googlegroups.com
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to