Memory-efficient hash_map implementation
The Google SparseHash project contains several C++ template hash-map implementations with different performance characteristics, including an implementation that optimizes for space and one that optimizes for speed.
顯示實驗性套件 顯示社群維護套件