Up: Trie Fixed Length String Key Pointer Value Arrays   [Index]


4.3.2.1 Adaptative Fixed Length Radix Tree Associative Array

The fixed length adaptative radix tree associative array is derived from the (variable length) adaptative radix tree associative array. It thus switches the tree node coding between the coding of the (variable length) compact lookup array radix tree associative array, the lookup radix tree associative array, the bitmapped radix tree associative array, the multibyte radix tree associative array and the front coded radix tree associative array.

See Adaptative Radix Tree Associative Array.

Over the variable length adaptative radix tree associative array, the fixed length associative array offers virtually no improvement in time and only minor improvements in space.

General library:

See Fixed Length String Key Pointer Value Array Library.