Sven Hartrumpf scripsit: > It's a letter tree for a fullform lexicon of a natural language > (more than 1 million entries). > Access times are short, hence I abstained from switching to a key-value > store on disk.
I would design a C layout for such a structure and write C code that creates it in global memory (not the malloc'd heap), and then compile that directly with gcc. -- Real FORTRAN programmers can program FORTRAN John Cowan in any language. --Ed Post [email protected] _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
