boomfilters
Probabilistic data structures for processing continuous, unbounded streams.
1,641
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.