diff options
author | jschauma <jschauma> | 2005-03-26 23:08:45 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-03-26 23:08:45 +0000 |
commit | d8568e6c876bd873138eacc22224a326ee8c3356 (patch) | |
tree | 1b8a1ace101d3ed43c94a05775c229a20e793fbe /devel/sparsehash/DESCR | |
parent | be50d3f91b374369e281fdf946d5430467cd7966 (diff) | |
download | pkgsrc-d8568e6c876bd873138eacc22224a326ee8c3356.tar.gz |
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.
Diffstat (limited to 'devel/sparsehash/DESCR')
-rw-r--r-- | devel/sparsehash/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/sparsehash/DESCR b/devel/sparsehash/DESCR new file mode 100644 index 00000000000..ce51cc0616c --- /dev/null +++ b/devel/sparsehash/DESCR @@ -0,0 +1,7 @@ +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. |