cuckoo-filter topic
BoomFilters
Probabilistic data structures for processing continuous, unbounded streams.
cuckoo
A fast, vectorized Cuckoo filter implementation in Go. Zero allocations in hot paths with zero-copy binary representation.
CuckooFilter
Substitute for bloom filter.
cuckoofilter
An implementation of Cuckoo Filters in Go
cuckoo_filter
High-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir
cfilter
Cuckoo Filter implementation in Go, better than Bloom Filters (unmaintained)
cuckoopy
Python implementation of Cuckoo Filter data structure
guava-probably
Probabilistic data structures for Guava.
pyprobables
Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html
bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash