Memory-efficient hash_map implementation for C++
Extremely memory-efficient hash_map implementation
google-sparsehash$ g++ -I/usr/local/include myprogram.cpp -o myprogram$ ls -la /usr/local/include/sparsehash/$ grep -r 'class sparse_hash_map' /usr/local/include/sparsehash/