Expand description

This crate implements a lockfree cuckoo hashmap.

Structs

A guard that keeps the current thread pinned.

LockFreeCuckooHash is a lock-free hash table using cuckoo hashing scheme. This implementation is based on the approach discussed in the paper:

Functions

Pins the current thread.