Registry / utility / libcuckoo

libcuckoo

JSON →
library0.3.1vcpkgunverified

A high-performance, concurrent hash table

vcpkg install libcuckoo
INSTALL
IMPORT
SIG · LIBCUCKOO
L
libcuckoo
utilitycppv0.3.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.

cuckoohash_map.hh
#include <cuckoohash_map.hh>

Minimal usage of libcuckoo

#include <cuckoohash_map.hh> int main() { cuckoohash_map<int, int> m; m.insert(1, 2); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

libcuckoo — pip install libcuckoo · libregistry