hash_map and hash_set classes with minimal space overhead
The sparsehash package contains several hash-map implementations, similar in API to the SGI hash_map class, but with different performance characteristics. sparse_hash_map uses very little space overhead: 1-2 bits per entry. dense_hash_map is typically faster than the default SGI STL implementation. This package also includes hash-set analogues
of these classes.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:inescid:language/sparsehash && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000122 122 Bytes | |
| sparsehash-2.0.2.tar.gz | 0000340514 333 KB | |
| sparsehash.changes | 0000000134 134 Bytes | |
| sparsehash.spec | 0000001869 1.83 KB |
Comments 0