Next: , Previous: , Up: Trie String Key Pointer Value Arrays   [Index]


4.1.2.5 Multibyte Radix Tree Associative Array

The multibyte radix tree associative array uses 1, 2 or 4 bytes for node selection. It otherwise preserves the characteristics of the inlined radix tree associative array.

The trie cannot store binary keys (strings containing null characters).

General library:

See String Key Pointer Value Array Library.


Next: Bitmapped Radix Tree Associative Array, Previous: Lookup Radix Tree Associative Array, Up: Trie String Key Pointer Value Arrays   [Index]