From d8568e6c876bd873138eacc22224a326ee8c3356 Mon Sep 17 00:00:00 2001 From: jschauma Date: Sat, 26 Mar 2005 23:08:45 +0000 Subject: Initial import of Google SparseHash, an extremely memory-efficient hash_map implementation. with 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. SparseHash is a template library; there are no binaries to install. SparseHash is distributed under the terms of the BSD License. --- devel/sparsehash/distinfo | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devel/sparsehash/distinfo (limited to 'devel/sparsehash/distinfo') diff --git a/devel/sparsehash/distinfo b/devel/sparsehash/distinfo new file mode 100644 index 00000000000..e8b93f3d291 --- /dev/null +++ b/devel/sparsehash/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/03/26 23:08:45 jschauma Exp $ + +SHA1 (sparsehash-0.1.tar.gz) = d88d5d1bb3e69382d75d6e48b92f41eb9fb44517 +RMD160 (sparsehash-0.1.tar.gz) = e65ea6128785136de11f7befcc245bc4cce9a7ba +Size (sparsehash-0.1.tar.gz) = 202266 bytes +SHA1 (patch-aa) = dd106b4b9407141b0396389fbe7e999d055f9c24 -- cgit v1.2.3