bloom
Go package implementing Bloom filters.
2,761
First pure Go implementation of Ribbon filters (practically smaller than Bloom and Xor) for space-efficient approximate set membership queries.
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.