Bloom and Cuckoo Filters
bloom2.5K

Go package implementing Bloom filters.

boomfilters1.6K

Probabilistic data structures for processing continuous, unbounded streams.

cuckoofilter1.2K

Cuckoo filter: a good alternative to a counting bloom filter implemented in Go.

cuckoo-filter297

Cuckoo filter: a comprehensive cuckoo filter, which is configurable and space optimized compared with other implements, and all features mentioned in original paper are available.

bloom146

Bloom filters implemented in Go.

ring138

Go implementation of a high performance, thread safe bloom filter.

bloom86

Golang Bloom filter implementation.

bloomfilter17

Yet another Bloomfilter implementation in Go, compatible with Java's Guava library.