sqlite-bloomfilter
Bloom filter
An extension for SQLite that allows creating and testing bloom filters using the Murmur3 hashing function.
A simple bloom filter for SQLite using Murmur3
17 stars
4 watching
2 forks
Language: C
last commit: about 15 years agoLinked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A Bloom filter implementation in Nimrod. | 15 | |
| A collection of high-performance set membership tests using hash tables and bit manipulation techniques. | 146 | |
| A high-performance bloom filter implementation | 138 | |
| A high-performance C network daemon for exposing and managing bloom filters to networked clients. | 1,238 | |
| An implementation of multidimensional Bloom filters to efficiently search and identify sets containing elements in large datasets | 78 | |
| C implementation of the Murmur3 hash function with various output sizes and architectures. | 410 | |
| A module for Yara that provides support for DCSO-format bloom filters | 14 | |
| Collects Microsoft SQL Server metrics and sends them to InfluxDB for visualization with Grafana | 72 | |
| An implementation of Bloom filters in Ruby, allowing for efficient probabilistic membership testing with options for native counting and Redis-backed implementations. | 473 | |
| A probabilistic data structure for testing membership in a set with high false positive rates. | 86 | |
| A high-performance probabilistic data structure for efficient membership testing | 88 | |
| A Burp Suite extension to filter search results by host | 1 | |
| A set of functions to compute hashes in SQLite using OpenSSL | 18 | |
| Probabilistic data structures for processing continuous, unbounded streams | 1,596 | |
| An implementation of a probabilistic data structure used to test membership in a set | 17 |