bloom
Go package implementing Bloom filters.
2,749
Yet another Bloomfilter implementation in Go, compatible with Java's Guava library.
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.
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.
Bloom filters implemented in Go.