bba8bdb343
* The project was moved from Google Code to GitHub (unbreak), hinted by [1] * Upgrade from 2.0.2 to 2.0.3 * Remove now unneeded patches * Remove the requirement for C++11 - the code does not need it * Use PREFIX instead of LOCALBASE as a destination directory PR: 213093 [1] Submitted by: Erik Nordstrom <erik@nordstroem.no> [1]
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
|