File: control

package info (click to toggle)
sparsehash 2.0.3-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,756 kB
  • sloc: cpp: 6,600; sh: 3,960; ansic: 1,317; makefile: 240
file content (17 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: sparsehash
Section: libdevel
Priority: optional
Maintainer: Google Inc. and others <google-sparsehash@googlegroups.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.