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


4.1.2.8 Compact Lookup Array Radix Tree Associative Array

The compact lookup array radix tree associative array organizes internal nodes in two sections, first of continuation characters (bytes), and the second of child pointers.

The approach aims to achieve a better (cache) locality for the continuation character search. It fails to significantly improve over the inlined radix tree associative array. If favors dense distributions, for which it does slightly better than the latter.

General library:

See String Key Pointer Value Array Library.