推荐: blog.csdn.net/aquester https://github.com/eyjian https://www.cnblogs.com/aquester http://blog.chinaunix.net/uid/20682147.html
全部博文(594)
分类: LINUX
2008-12-11 14:31:00
可以较容易的用来替换准标准的hash_map和hash_set。
|
An extremely memory-efficient hash_map implementation, with only 2 bits/entry overhead.
We've Moved! Google SparseHash is now hosted at . Our new homepage is located at . Overview 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. SparseHash is a template library; there are no binaries to install. SparseHash is distributed under the terms of the . For downloads, news, and other information, visit our Example This is by no means a complete example; it simply gives you a feel for what the Sparsehash API looks like.
|