32c90e3a78
PR: ports/110914 (based on) Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
6 lines
348 B
Text
6 lines
348 B
Text
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
|
|
The Google SparseHash project contains several hash-map implementations in use
|
|
at Google, with different performance characteristics, including an
|
|
implementation that optimizes for space and one that optimizes for speed.
|
|
|
|
WWW: http://code.google.com/p/google-sparsehash
|