lib/storage/dictionary

AVL_DICTIONARY
 Associative memory.
 Values of type `V' are stored using Keys of type `K'.

DOUBLE_AVL_DICTIONARY
 

DOUBLE_HASHED_DICTIONARY
 

HASHED_DICTIONARY
 Associative memory.
 Values of type `V' are stored using Keys of type `K'.