Description
A static, space-efficient trie data structure library, useful for compact lookup of strings, dictionaries, and language-processing data.
It is data-structure infrastructure for developers. Applications use it when many keys must be searched quickly while keeping memory and storage usage low.