Expand description
This crate implements a lockfree cuckoo hashmap.
Structs§
- Guard
- A guard that keeps the current thread pinned.
- Lock
Free Cuckoo Hash LockFreeCuckooHash
is a lock-free hash table using cuckoo hashing scheme. This implementation is based on the approach discussed in the paper:
Functions§
- pin
- Pins the current thread.