Crate atomic_cuckoo_filter

Crate atomic_cuckoo_filter 

Source

Structs§

CuckooFilter
A highly concurrent lock-free probabilistic data structure for set membership testing.
CuckooFilterBuilder
Builder for CuckooFilter.
Lock
A sophisticated lock implementation designed for concurrent cuckoo filter operations.

Enums§

CuckooFilterBuilderError
Error type for CuckooFilterBuilder
Error
Error type for Cuckoo Filter insert operation
LockKind
Types of locks that can be acquired on the filter