1 | # $Id: Portfile 43307 2008-12-08 20:54:12Z perry@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name google-sparsehash |
---|
6 | version 1.4 |
---|
7 | categories devel |
---|
8 | maintainers a@piu.fm |
---|
9 | platforms darwin |
---|
10 | description An extremely memory-efficient hash_map implementation |
---|
11 | long_description \ |
---|
12 | An extremely memory-efficient hash_map implementation. 2 \ |
---|
13 | bits/entry overhead! The SparseHash library contains several \ |
---|
14 | hash-map implementations, including implementations that optimize \ |
---|
15 | for space or speed.\ |
---|
16 | \ |
---|
17 | These hashtable implementations are similar in API to SGI's \ |
---|
18 | hash_map class, but with different performance \ |
---|
19 | characteristics. It's easy to replace hash_map by sparse_hash_map \ |
---|
20 | or dense_hash_map in C++ code. |
---|
21 | |
---|
22 | distname sparsehash-${version} |
---|
23 | homepage http://code.google.com/p/google-sparsehash/ |
---|
24 | master_sites http://google-sparsehash.googlecode.com/files/ |
---|
25 | |
---|
26 | checksums md5 41111d948484026ba792e41599ed651a \ |
---|
27 | sha1 c7e01299901904e1674c772b97aaa1b7473b6e85 \ |
---|
28 | rmd160 3c2b2e7eb00e575dba5f551ab0ce41ec0c22c342 |
---|