freebsd-ports/devel/google-sparsehash/pkg-plist
Jean-Yves Lefort 61bb11016d Add google-sparsehash.
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.sf.net

PR:		ports/82696
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-06-28 01:17:21 +00:00

26 lines
917 B
Text

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
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/dense_hash_map.html
%%PORTDOCS%%%%DOCSDIR%%/dense_hash_set.html
%%PORTDOCS%%%%DOCSDIR%%/implementation.html
%%PORTDOCS%%%%DOCSDIR%%/performance.html
%%PORTDOCS%%%%DOCSDIR%%/sparse_hash_map.html
%%PORTDOCS%%%%DOCSDIR%%/sparse_hash_set.html
%%PORTDOCS%%%%DOCSDIR%%/sparsetable.html
@dirrm include/google/sparsehash
@dirrm include/google
%%PORTDOCS%%@dirrm %%DOCSDIR%%