aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-06-28 09:17:21 +0800
committerjylefort <jylefort@FreeBSD.org>2005-06-28 09:17:21 +0800
commit854eba3f3f5efb256403b32b67e0063990f55b1a (patch)
tree61457e8f5868009a5bdc3dc2b4fd86ded404087e /devel/Makefile
parent6bfbda6b8798da3457f87e387b0a87999ba4fa79 (diff)
downloadfreebsd-ports-gnome-854eba3f3f5efb256403b32b67e0063990f55b1a.tar.gz
freebsd-ports-gnome-854eba3f3f5efb256403b32b67e0063990f55b1a.tar.zst
freebsd-ports-gnome-854eba3f3f5efb256403b32b67e0063990f55b1a.zip
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>
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