summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-28 01:17:21 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-28 01:17:21 +0000
commit61bb11016dd935116f269d76d91b1d51c46ebc7c (patch)
treeefa27853166002648d6838a68713208cc93ae1df /devel/Makefile
parentCurrently only OOo buildable java is jdk1.4. (diff)
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>
Notes
Notes: svn path=/head/; revision=138085
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1471972bafd0..6521da3f6069 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -328,6 +328,7 @@
SUBDIR += gnustep-make
SUBDIR += gob2
SUBDIR += gonzui
+ SUBDIR += google-sparsehash
SUBDIR += gorm
SUBDIR += gperf
SUBDIR += gputils