bloom-filter
There are 587 repositories under bloom-filter topic.
tinysearch/tinysearch
🔍 Tiny, full-text search engine for static websites built with Rust and Wasm
0voice/algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
RedisBloom/RedisBloom
Probabilistic Datatypes Module for Redis
tylertreat/BoomFilters
Probabilistic data structures for processing continuous, unbounded streams.
brainix/pottery
Redis for humans. 🌎🌍🌏
wangyi-fudan/wyhash
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
dib-lab/khmer
In-memory nucleotide sequence k-mer counting, filtering, graph traversal and more
irfansharif/cfilter
Cuckoo Filter implementation in Go, better than Bloom Filters (unmaintained)
Callidon/bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
alexandrnikitin/bloom-filter-scala
Bloom filter for Scala, the fastest for JVM
mavam/libbf
:dart: Bloom filters for C++11
bcgsc/abyss
:microscope: Assemble large genomes using short reads
erikdubbelboer/redis-lua-scaling-bloom-filter
LUA Redis scripts for a scaling bloom filter
ronomon/hash-table
Fast, reliable cuckoo hash table for Node.js.
tomtomwombat/fastbloom
The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.
jvirkki/libbloom
A simple and small bloom filter implementation in plain C.
linvon/cuckoo-filter
Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化
KenanHanke/rbloom
A fast, simple and lightweight Bloom filter library for Python, implemented in Rust.
hexops/fastfilter
fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters)
avaneev/komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG
kristoff-it/redis-cuckoofilter
Hashing-function agnostic Cuckoo filters for Redis
rpcxio/basalt
高性能的分布式的专门空间优化的 Bitmap 服务, 高效检查数据是否存在,日活统计,签到,打点等等
thomasmueller/minperf
A Minimal Perfect Hash Function Library
dnbaker/sketch
C++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings
RedisBloom/JRedisBloom
Java Client for RedisBloom probabilistic module
bigmlcom/sketchy
Sketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)
ayazhafiz/xorf
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
ArashPartow/bloom
C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html
prataprc/xorfilter
Rust library implementing xor-filters
muntorg/munt-official
Munt is a witness-secured decentralized network for payments, digital assets, finance and more
manosriram/Data-Structures
Data-Structures using C++.
indutny/proof-of-work
Proof of Work with SHA256 and Bloom filter
prashnts/pybloomfiltermmap3
Fast Python Bloom Filter using Mmap
hashlookup/hashlookup-forensic-analyser
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/
verse-lab/ceramist
Verified hash-based AMQ structures in Coq
barrust/pyprobables
Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html