cuckoofilter
Set data structure
An implementation of a dynamic set data structure that balances false positive rates with storage space
Cuckoo Filter: Practically Better Than Bloom
1k stars
22 watching
111 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A data structure that enables efficient set-membership queries with dynamic item insertion and deletion. | 971 |
| | An implementation of a flexible and space-efficient data structure for approximated set-membership queries with dynamic item addition and removal | 296 |
| | 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 |
| | Implementation of a data structure for efficient set membership queries with optional deletion and dynamic updates | 175 |
| | A crate that uses finite state machines to efficiently store and query large sets of data | 1,802 |
| | Probabilistic data structures for processing continuous, unbounded streams | 1,596 |
| | An implementation of Bloom filters in Ruby, allowing for efficient probabilistic membership testing with options for native counting and Redis-backed implementations. | 473 |
| | Fast n-dimensional filtering and grouping of records in the browser. | 1,745 |
| | A polyfill implementation of the Set data structure as specified in ECMAScript 6 | 46 |
| | An implementation of the hash-set data structure | 17 |
| | An implementation of a set data structure using LinkedHashMap | 27 |
| | A library providing a safe and efficient data structure for ordered sets and maps with memory-efficient and self-balancing properties. | 255 |
| | A probabilistic data structure for testing membership in a set with high false positive rates. | 86 |
| | A gem for creating and configuring multiple language filters to detect and optionally filter out unwanted words or phrases from text. | 92 |