Source: sparsehash Section: libdevel Priority: optional Maintainer: Athena Capital Research Uploaders: Roberto C. Sanchez Build-Depends: debhelper (>= 10) Standards-Version: 4.5.0 Homepage: https://github.com/sparsehash/sparsehash Package: libsparsehash-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Recommends: c++-compiler Replaces: sparsehash (<< 1.5.2) Description: Google's extremely memory-efficient C++ hash_map implementation The Google SparseHash project contains several C++ template hash-map implementations in use at Google, with different performance characteristics, including an implementation that optimizes for space and one that optimizes for speed.