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)
260 stars
10 watching
14 forks
Language: Zig
last commit: almost 2 years agoLinked from 1 awesome list
bloom-filterprobabilistic-programmingxor-filterzigziglang
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A high-performance probabilistic data structure for efficient membership testing | 88 | |
| An Erlang Nif implementation of a probabilistic data structure used for fast set lookups and filtering | 31 | |
| Probabilistic data structures for processing continuous, unbounded streams | 1,596 | |
| A probabilistic data structure for testing membership in a set with high false positive rates. | 86 | |
| An implementation of Bloom filters in Ruby, allowing for efficient probabilistic membership testing with options for native counting and Redis-backed implementations. | 473 | |
| A Redis module implementing a probabilistic data structure for efficient membership testing and deletion of items without holding the entire set in memory. | 231 | |
| A Cuckoo Filter implementation that provides efficient membership testing and deletion functionality. | 83 | |
| Fast n-dimensional filtering and grouping of records in the browser. | 1,745 | |
| An implementation of a probabilistic data structure used to test membership in a set | 17 | |
| Tool for filtering and highlighting decompiler output based on regular expressions | 125 | |
| A PyTorch wrapper around Facebook AI Research's Detectron models for object detection and instance segmentation | 557 | |
| A collection of high-performance set membership tests using hash tables and bit manipulation techniques. | 146 | |
| Provides a simple interface to create paginate-able filters for CakePHP applications. | 170 | |
| Randomized testing of program properties in Prolog | 22 | |
| Tool to dynamically filter and print lines from input streams based on user-defined patterns | 89 |