Registry / utility / unordered-dense

unordered-dense

JSON →
library4.8.1vcpkgunverified

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion.

vcpkg install unordered-dense
INSTALL
IMPORT
SIG · UNORDERED-DENSE
U
unordered-dense
utilitycppv4.8.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.

unordered_dense.h
#include <unordered_dense.h>

Create a dense hash map and insert key-value pairs.

#include <unordered_dense.h> #include <iostream> int main() { ankerl::unordered_dense::map<int, std::string> m; m[1] = "one"; m[2] = "two"; std::cout << m[1] << " " << m[2] << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.8.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

unordered-dense — pip install unordered-dense · libregistry