Re: [aspell-devel] Affix compression

2005-07-23 Thread Kevin Atkinson
On Sat, 23 Jul 2005, Gregory Maxwell wrote: > I was wondering if anyone has looked at using libjudy > (http://judy.sourceforge.net/) for storing words with aspell? No I have not. And it is unlikely I will unless someone with a deep understanding of how Aspell work's internally (hint study reado

[aspell-devel] Affix compression

2005-07-23 Thread Gregory Maxwell
I was wondering if anyone has looked at using libjudy (http://judy.sourceforge.net/) for storing words with aspell? Libjudy provides a number of sparse array data structures which provide very fast lookups, because they are cache aware, and reasonable memory efficiency. There is a function in the