Registry / utility / robin-hood-hashing

robin-hood-hashing

JSON →
library3.11.5vcpkgunverified

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20

vcpkg install robin-hood-hashing
INSTALL
IMPORT
SIG · ROBIN-HOOD-HASHING
R
robin-hood-hashing
utilitycppv3.11.5
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.

robin_hood.h
✓ #include <robin_hood.h>

Demonstrates basic usage of robin_hood::unordered_map

#include <robin_hood.h> #include <iostream> int main() { robin_hood::unordered_map<int, std::string> map; map[1] = "one"; std::cout << map[1] << std::endl; return 0; }
Debug
Known issues
gotchaHeader-only library; no linking required but may increase compile times
fix
Ensure C++11 or later is used; include the header directly
affects: all
Upgrade
Version history
3.11.5latest 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.

robin-hood-hashing — pip install robin-hood-hashing · libregistry