CuckooFilter4J
Membership tester
Implementation of a data structure for efficient set membership queries with optional deletion and dynamic updates
High performance Java implementation of a Cuckoo filter - Apache Licensed
174 stars
9 watching
39 forks
Language: Java
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
linvon/cuckoo-filter | An implementation of a flexible and space-efficient data structure for approximated set-membership queries with dynamic item addition and removal | 294 |
efficient/cuckoofilter | A data structure that enables efficient set-membership queries with dynamic item insertion and deletion. | 970 |
kristoff-it/zig-cuckoofilter | A Cuckoo Filter implementation that provides efficient membership testing and deletion functionality. | 83 |
oldpanda/bloomfilter | An implementation of a probabilistic data structure used to test membership in a set | 17 |
zentures/bloom | A collection of high-performance set membership tests using hash tables and bit manipulation techniques. | 147 |
nwinternights/cuckoo_boxjs | Automated malware analysis system | 4 |
kristoff-it/redis-cuckoofilter | A Redis module implementing a probabilistic data structure for efficient membership testing and deletion of items without holding the entire set in memory. | 231 |
igrigorik/bloomfilter-rb | A Ruby implementation of bloom filters and related data structures, including native counting and Redis-backed filters. | 473 |
yankun1992/fastbloom | A high-performance probabilistic data structure for efficient membership testing | 84 |
seiflotfy/cuckoofilter | An implementation of a dynamic set data structure that balances false positive rates with storage space | 1,134 |
yourbasic/bloom | A probabilistic data structure for testing membership in a set with high false positive rates. | 86 |
hexops/fastfilter | Probabilistic data structures for quickly checking membership in a set. | 259 |
tjchambers/mutant-musings | Sharing learnings on mutation testing with the Mutant gem in Ruby applications | 13 |
idanr1986/cuckoo-droid | Automated Android malware analysis tool | 580 |
nverno/tree-sitter-jq | A C implementation of a grammar parser for the Jq language | 3 |