Expand description

Space-efficient probabilistic data structure for approximate membership queries in a set with the ability to remove items.

Structs

A space-efficient probabilistic data structure to test for membership in a set. Cuckoo filters also provide the flexibility to remove items.
A growable, space-efficient probabilistic data structure to test for membership in a set. Scalable cuckoo filters also provide the flexibility to remove items.