cuckoo-filter
There are 57 repositories under cuckoo-filter topic.
tylertreat/BoomFilters
Probabilistic data structures for processing continuous, unbounded streams.
irfansharif/cfilter
Cuckoo Filter implementation in Go, better than Bloom Filters (unmaintained)
Callidon/bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
begeekmyfriend/CuckooFilter
Substitute for bloom filter.
linvon/cuckoo-filter
Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化
kristoff-it/redis-cuckoofilter
Hashing-function agnostic Cuckoo filters for Redis
rpcxio/basalt
高性能的分布式的专门空间优化的 Bitmap 服务, 高效检查数据是否存在,日活统计,签到,打点等等
google/cuckoo-index
Cuckoo Index: A Lightweight Secondary Index Structure
barrust/pyprobables
Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html
pawandubey/cuckoo_filter
Pure Ruby Cuckoo Filter Implementation
AMDComputeLibraries/morton_filter
A compressed, sparse cuckoo filter (see https://www.vldb.org/pvldb/vol11/p1041-breslow.pdf)
kristoff-it/zig-cuckoofilter
Production-ready Cuckoo Filters for any C ABI compatible target.
vedhavyas/cuckoo-filter
Cuckoo Filter: Practically better than bloom filter
mattlorimor/ProbabilisticDataStructures
A probabilistic data structures library for C#
bdupras/guava-probably
Probabilistic data structures for Guava.
TomerEven/Prefix-Filter
Prefix Filter: Practically and Theoretically Better Than Bloom.
farhadi/cuckoo_filter
High-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir
panmari/cuckoofilter
Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.
gmcabrita/cuckoo
:bird: Cuckoo Filters in Elixir
huydhn/cuckoo-filter
Scalable Cuckoo filter
joeshaw/cuckoofilter
An implementation of Cuckoo Filters in Go
rajathagasthya/cuckoopy
Python implementation of Cuckoo Filter data structure
sile/scalable_cuckoo_filter
A variant of Cuckoo Filter whose size automatically scales as necessary
averias/phpredis-bloom
PHP client for RedisBloom module
palicao/phpRebloom
🎛️ Use RedisBloom in PHP!
arthurprs/qfilter
Efficient bloom filter like datastructure, based on the Rank Select Quotient Filter (RSQF).
vedhavyas/cuckooc
A service to manage your Cuckoo filters
arriqaaq/cuckoo
Implementing a Cuckoo filter, based on the paper Cuckoo Filter: Practically Better Than Bloom
lithdew/cuckoo
A fast, vectorized Cuckoo filter implementation in Go. Zero allocations in hot paths with zero-copy binary representation.
TheHolyJoker/Comparing-Filters
Benchmarking Bloom, Cuckoo, Morton, and PD based filter.
kuba--/cuckoo
Cuckoo Filter: Practically Better Than Bloom
mtchavez/cuckoo
Cuckoo Filter in golang for set membership approximation
oskin1/CuckooScala
Cuckoo Filter for Scala 🎯
jmatak/CuckooFilter
Implementation of cuckoo filter.
ponkin/bloom
Probabilistic data structures java implementation.
kwertop/gostatix
Thread-safe and persistent Golang implementations of probabilistic data structures: Bloom Filter, Cuckoo Filter, HyperLogLog, Count-Min Sketch and Top-K