aboutsummaryrefslogtreecommitdiff
path: root/devel/google-sparsehash
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.3Tilman Keskinoz2005-11-082-3/+3
| | | | | | | | PR: 88592 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=147624
* - Silence configure target warningPav Lucistnik2005-09-101-0/+1
| | | | | | | | PR: ports/85917 Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer) Notes: svn path=/head/; revision=142395
* Add google-sparsehash.Jean-Yves Lefort2005-06-284-0/+72
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> Notes: svn path=/head/; revision=138085