There are 12 repositories under bloom-filter topic.
🔍 Tiny, full-text search engine for static websites built with Rust and Wasm
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
Probabilistic Datatypes Module for Redis
Probabilistic data structures for processing continuous, unbounded streams.
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
Cuckoo Filter implementation in Go, better than Bloom Filters (unmaintained)
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
Bloom filter for Scala, the fastest for JVM
LUA Redis scripts for a scaling bloom filter
Fast, reliable cuckoo hash table for Node.js.
The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.
Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化
A fast, simple and lightweight Bloom filter library for Python, implemented in Rust.
fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters)
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG
Hashing-function agnostic Cuckoo filters for Redis
A Minimal Perfect Hash Function Library
C++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings
Java Client for RedisBloom probabilistic module
Sketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html
Munt is a witness-secured decentralized network for payments, digital assets, finance and more
Data-Structures using C++.
Analyse a forensic target (such as a directory) to find and report files found and not found from CIRCL hashlookup public service - https://circl.lu/services/hashlookup/
Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html