cuckoo-filter topic

List cuckoo-filter repositories

BoomFilters

1.6k
Stars
112
Forks
Watchers

Probabilistic data structures for processing continuous, unbounded streams.

cuckoo

15
Stars
2
Forks
Watchers

A fast, vectorized Cuckoo filter implementation in Go. Zero allocations in hot paths with zero-copy binary representation.

CuckooFilter

319
Stars
79
Forks
Watchers

Substitute for bloom filter.

cuckoofilter

28
Stars
2
Forks
Watchers

An implementation of Cuckoo Filters in Go

cuckoo_filter

39
Stars
1
Forks
Watchers

High-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir

cfilter

765
Stars
37
Forks
Watchers

Cuckoo Filter implementation in Go, better than Bloom Filters (unmaintained)

cuckoopy

25
Stars
11
Forks
Watchers

Python implementation of Cuckoo Filter data structure

pyprobables

109
Stars
9
Forks
Watchers

Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html

bloom-filters

343
Stars
38
Forks
Watchers

JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash