redis-cuckoofilter

Probabilistic data structure

A Redis module implementing a probabilistic data structure for efficient membership testing and deletion of items without holding the entire set in memory.

Hashing-function agnostic Cuckoo filters for Redis

GitHub

231 stars
13 watching
22 forks
Language: Zig
last commit: over 6 years ago
Linked from 3 awesome lists

bloom-filterccuckoo-filterprobabilistic-data-structuresrediszig

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kristoff-it/zig-cuckoofilterA Cuckoo Filter implementation that provides efficient membership testing and deletion functionality.83
tylertreat/boomfiltersProbabilistic data structures for processing continuous, unbounded streams1,596
efficient/cuckoofilterA data structure that enables efficient set-membership queries with dynamic item insertion and deletion.971
seiflotfy/cuckoofilterAn implementation of a dynamic set data structure that balances false positive rates with storage space1,146
hexops/fastfilterProbabilistic data structures for quickly checking membership in a set.260
linvon/cuckoo-filterAn implementation of a flexible and space-efficient data structure for approximated set-membership queries with dynamic item addition and removal296
kristoff-it/zig-okredisA client library for interacting with Redis 6+ servers using a zero-allocation design217
igrigorik/bloomfilter-rbAn implementation of Bloom filters in Ruby, allowing for efficient probabilistic membership testing with options for native counting and Redis-backed implementations.473
mgunlogson/cuckoofilter4jImplementation of a data structure for efficient set membership queries with optional deletion and dynamic updates175
mpope9/exor_filterAn Erlang Nif implementation of a probabilistic data structure used for fast set lookups and filtering31
yourbasic/bloomA probabilistic data structure for testing membership in a set with high false positive rates.86
y123456yz/reading-and-comprehense-redis-clusterAn in-depth analysis and documentation of the Redis source code with detailed annotations and explanations of its functionality and behavior.680
reddavis/tf-idfA Ruby implementation of term frequency-inverse document frequency, used in natural language processing and text analysis.35
yankun1992/fastbloomA high-performance probabilistic data structure for efficient membership testing88
kieranrcampbell/ouijaA probabilistic framework for inferring pseudotimes from single-cell gene expression data and understanding the underlying regulatory mechanisms.28