bloom
Go package implementing Bloom filters.
2,763 255
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.
Go implementation of a high performance, thread safe bloom filter.
Golang Bloom filter implementation.
Yet another Bloomfilter implementation in Go, compatible with Java's Guava library.
First pure Go implementation of Ribbon filters (practically smaller than Bloom and Xor) for space-efficient approximate set membership queries.