Initial import of Google SparseHash, an extremely memory-efficient hash_map
authorjschauma <jschauma>
Sat, 26 Mar 2005 23:08:45 +0000 (23:08 +0000)
committerjschauma <jschauma>
Sat, 26 Mar 2005 23:08:45 +0000 (23:08 +0000)
commit001f7a93b97f8268d2d50f8b2b25ed2a084ab1cd
tree9e36f08d1c13b0d60d83ef32c5c3a23608cd244c
parent0c891942aa0b47830d959c13e251664ee7b36e47
Initial import of Google SparseHash, an extremely memory-efficient hash_map
implementation. with 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.

SparseHash is a template library; there are no binaries to install.

SparseHash is distributed under the terms of the BSD License.
devel/sparsehash/DESCR [new file with mode: 0644]
devel/sparsehash/Makefile [new file with mode: 0644]
devel/sparsehash/PLIST [new file with mode: 0644]
devel/sparsehash/distinfo [new file with mode: 0644]
devel/sparsehash/patches/patch-aa [new file with mode: 0644]