Description
Provides C++ templates for implementing double-array trie structures. These data structures are useful when software needs compact and fast lookup of strings, dictionaries, tokens, or other prefix-based data.
This is a developer library rather than an application. Most users install it only because another program or build process needs the double-array implementation.