Registry / utility / robin-map

robin-map

JSON →
library1.4.1vcpkgunverified

A C++ implementation of a fast hash map and hash set using robin hood hashing

vcpkg install robin-map
INSTALL
IMPORT
SIG · ROBIN-MAP
R
robin-map
utilitycppv1.4.1
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/robin_map.h
#include <tsl/robin_map.h>

Creates a robin hood hash map and inserts a key-value pair

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

No known issues recorded.

Upgrade
Version history
1.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

robin-map — pip install robin-map · libregistry