pkgsrc/devel/sparsehash/PLIST
jschauma d0bad5435e 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.
2005-03-26 23:08:45 +00:00

20 lines
807 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/26 23:08:45 jschauma Exp $
share/doc/html/sparsehash/dense_hash_map.html
share/doc/html/sparsehash/dense_hash_set.html
share/doc/html/sparsehash/implementation.html
share/doc/html/sparsehash/performance.html
share/doc/html/sparsehash/sparse_hash_map.html
share/doc/html/sparsehash/sparse_hash_set.html
share/doc/html/sparsehash/sparsetable.html
include/google/dense_hash_map
include/google/dense_hash_set
include/google/sparse_hash_map
include/google/sparse_hash_set
include/google/sparsehash/config.h
include/google/sparsehash/densehashtable.h
include/google/sparsehash/hash_fun.h
include/google/sparsehash/sparsehashtable.h
include/google/sparsetable
@dirrm include/google/sparsehash
@unexec ${RMDIR} %D/include/google || ${TRUE}
@dirrm share/doc/html/sparsehash