freebsd-ports/devel/sparsehash/pkg-descr
Vasil Dimov bba8bdb343 devel/google-sparsehash: Upgrade to 2.0.3 and rename to devel/sparsehash
* The project was moved from Google Code to GitHub (unbreak), hinted by [1]
* Upgrade from 2.0.2 to 2.0.3
* Remove now unneeded patches
* Remove the requirement for C++11 - the code does not need it
* Use PREFIX instead of LOCALBASE as a destination directory

PR:		213093 [1]
Submitted by:	Erik Nordstrom <erik@nordstroem.no> [1]
2016-09-30 08:46:29 +00:00

6 lines
348 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://code.google.com/p/google-sparsehash