Registry / utility / sparsehash

sparsehash

JSON →
library2.0.4vcpkgunverified

The sparsehash package consists of two hashtable implementations: sparse (space efficient) and dense (time efficient).

vcpkg install sparsehash
INSTALL
IMPORT
SIG · SPARSEHASH
S
sparsehash
utilitycppv2.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sparsehash/sparse_hash_map
#include <sparsehash/sparse_hash_map>

Use sparse_hash_map

#include <sparsehash/sparse_hash_map> #include <iostream> int main() { google::sparse_hash_map<int, std::string> map; map[1] = "one"; std::cout << map[1] << std::endl; return 0; }
Debug
Known issues
breakingsparsehash is deprecated in favor of Abseil's flat_hash_map.
fix
Consider using absl::flat_hash_map for better performance.
affects: >=2.0.0
Upgrade
Version history
2.0.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

sparsehash — pip install sparsehash · libregistry