Registry / utility / tsl-array-hash

tsl-array-hash

JSON →
library0.7.2vcpkgunverified

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

vcpkg install tsl-array-hash
INSTALL
IMPORT
SIG · TSL-ARRAY-HASH
T
tsl-array-hash
utilitycppv0.7.2
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/array_map.h
#include <tsl/array_map.h>

Creates a hash map and accesses a value

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

No known issues recorded.

Upgrade
Version history
0.7.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

tsl-array-hash — pip install tsl-array-hash · libregistry