Registry / utility / tsl-sparse-map

tsl-sparse-map

JSON →
library0.7.0vcpkgunverified

C++ implementation of a memory efficient hash map and hash set

vcpkg install tsl-sparse-map
INSTALL
IMPORT
SIG · TSL-SPARSE-MAP
T
tsl-sparse-map
utilitycppv0.7.0
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.

tsl/sparse_map.h
#include <tsl/sparse_map.h>

Use tsl::sparse_map for memory-efficient key-value storage

#include <tsl/sparse_map.h> #include <iostream> int main() { tsl::sparse_map<int, std::string> map; map[1] = "one"; std::cout << map.at(1) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

tsl-sparse-map — pip install tsl-sparse-map · libregistry