fastfilter

Membership testers

Probabilistic data structures for quickly checking membership in a set.

fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters)

GitHub

260 stars
10 watching
14 forks
Language: Zig
last commit: almost 2 years ago
Linked from 1 awesome list

bloom-filterprobabilistic-programmingxor-filterzigziglang

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
yankun1992/fastbloomA high-performance probabilistic data structure for efficient membership testing88
mpope9/exor_filterAn Erlang Nif implementation of a probabilistic data structure used for fast set lookups and filtering31
tylertreat/boomfiltersProbabilistic data structures for processing continuous, unbounded streams1,596
yourbasic/bloomA probabilistic data structure for testing membership in a set with high false positive rates.86
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
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
kristoff-it/zig-cuckoofilterA Cuckoo Filter implementation that provides efficient membership testing and deletion functionality.83
crossfilter/crossfilterFast n-dimensional filtering and grouping of records in the browser.1,745
oldpanda/bloomfilterAn implementation of a probabilistic data structure used to test membership in a set17
patois/xrayTool for filtering and highlighting decompiler output based on regular expressions125
ignacio-rocco/detectorchA PyTorch wrapper around Facebook AI Research's Detectron models for object detection and instance segmentation557
zentures/bloomA collection of high-performance set membership tests using hash tables and bit manipulation techniques.146
friendsofcake/searchProvides a simple interface to create paginate-able filters for CakePHP applications.170
nicoabie/quickcheckRandomized testing of program properties in Prolog22
maxpert/drepTool to dynamically filter and print lines from input streams based on user-defined patterns89