Source: sparsehash Standards-Version: 4.7.4 Maintainer: Debian Science Maintainers Uploaders: Andreas Tille , Section: libdevel Build-Depends: debhelper-compat (= 13), Vcs-Browser: https://salsa.debian.org/science-team/sparsehash Vcs-Git: https://salsa.debian.org/science-team/sparsehash.git 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.