I'm solving a big task that deals with a very big string database. One of the main issues is to choose a data structure for storing the database on disk and indexing it. After some time, I've decided to use a b-trie structure. The question is - does anyone know a good open-source implementation of this structure?
Hrm, this thread is a little stale, but what language were you considering?
Best Regards,
BioPhysEngr http://blog.biophysengr.net
--
All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.
BioPhysEngr, the ideal variant would be C/C++, but other languages are also acceptable - Java, Delphi, C#, etc. I would be happy to see a good implementation written in any language.
Bookmarks