bloomfilter-rb

Bloom filter library

An implementation of Bloom filters in Ruby, allowing for efficient probabilistic membership testing with options for native counting and Redis-backed implementations.

BloomFilter(s) in Ruby: Native counting filter + Redis counting/non-counting filters

GitHub

473 stars
16 watching
60 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
yourbasic/bloomA probabilistic data structure for testing membership in a set with high false positive rates.86
yankun1992/fastbloomA high-performance probabilistic data structure for efficient membership testing88
hexops/fastfilterProbabilistic data structures for quickly checking membership in a set.260
oldpanda/bloomfilterAn implementation of a probabilistic data structure used to test membership in a set17
kristoff-it/redis-cuckoofilterA Redis module implementing a probabilistic data structure for efficient membership testing and deletion of items without holding the entire set in memory.231
zentures/bloomA collection of high-performance set membership tests using hash tables and bit manipulation techniques.146
linvon/cuckoo-filterAn implementation of a flexible and space-efficient data structure for approximated set-membership queries with dynamic item addition and removal296
mgunlogson/cuckoofilter4jImplementation of a data structure for efficient set membership queries with optional deletion and dynamic updates175
tannerryan/ringA high-performance bloom filter implementation138
tylertreat/boomfiltersProbabilistic data structures for processing continuous, unbounded streams1,596
kristoff-it/zig-cuckoofilterA Cuckoo Filter implementation that provides efficient membership testing and deletion functionality.83
benyamindsmith/ig.degree.betweennessAn R package implementing a community detection algorithm using graph degree betweenness.37
javierhonduco/rbperfA low-overhead profiler and tracer for Ruby applications119
codefriar/rubyspamassassinA Ruby-based service that helps filter out spam from incoming emails using the SpamAssassin system.29
efficient/cuckoofilterA data structure that enables efficient set-membership queries with dynamic item insertion and deletion.971