Sha256: a718e532a5516567d0c1259179083d665730b455f9b7470ec5a2d0f446967f09
Contents?: true
Size: 651 Bytes
Versions: 11
Compression:
Stored size: 651 Bytes
Contents
Source: sparsehash Section: libdevel Priority: optional Maintainer: Google Inc. <opensource@google.com> Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.6.1 Package: sparsehash Section: libs Architecture: any Description: hash_map and hash_set classes with minimal space overhead This package contains several hash-map implementations, similar in API to SGI's 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.
Version data entries
11 entries across 11 versions & 1 rubygems