
array_hash_map
The array_hash_map is an optimized cache-conscious key-value pair data structure for storing and retrieving frequency lists. It is based an a simple hash implementation, where collisions are resolved in a continuous, length-coded array.