bloom
Go package implementing Bloom filters.
2,749
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.
Go package implementing Bloom filters.
Probabilistic data structures for processing continuous, unbounded streams.
Cuckoo filter: a good alternative to a counting bloom filter implemented in Go.
Bloom filters implemented in Go.
Go implementation of a high performance, thread safe bloom filter.