freebsd-ports/devel/google-sparsehash/pkg-descr
2006-05-10 07:11:46 +00:00

6 lines
344 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://goog-sparsehash.sourceforge.net