[Lunar-commits] <moonbase-other> sparsehash: Adding to moonbase. Depends for clementine.
stumbles
stumbles at lunar-linux.org
Sun Jan 13 11:28:16 CET 2013
commit e4f71810e3f2a51f328497d5d71ef567840d754d
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 13 Jan 2013 02:28:16 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/e4f71810e3f2a51f328497d5d71ef567840d754d
sparsehash: Adding to moonbase. Depends for clementine.
---
devel/sparsehash/DETAILS | +22/-0
1 file changed, 22 insertions(+)
--- /dev/null
+++ b/devel/sparsehash/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=sparsehash
+ VERSION=2.0.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://sparsehash.googlecode.com/files/
+ SOURCE_VFY=sha1:12c7552400b3e20464b3362286653fc17366643e
+ WEB_SITE=http://code.google.com/p/sparsehash/
+ ENTERED=20130113
+ UPDATED=20130113
+ SHORT="memory-efficient hash_map implementation"
+
+cat << EOF
+An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
+The SparseHash library contains several hash-map implementations, including
+implementations that optimize for space or speed.
+
+These hashtable implementations are similar in API to SGI's hash_map class and
+the tr1 unordered_map class, but with different performance characteristics.
+It's easy to replace hash_map or unordered_map by sparse_hash_map or
+dense_hash_map in C++ code.
+
+They also contain code to serialize and unserialize from disk.
+EOF
More information about the Lunar-commits
mailing list