bloomfilter
There are 104 repositories under bloomfilter topic.
llimllib/bloomfilter-tutorial
A Bloom Filter Tutorial
tomtomwombat/fastbloom
The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.
linvon/cuckoo-filter
Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化
vla/BloomFilter.NetCore
A bloom filter implementation
Naccl/ShortURL
🔗 短链接生成器,长网址转短网址
PeterRK/PageBloomFilter
Fastest bloom filter in C++/Go/Rust/Java/C#
yankun1992/fastbloom
A fast bloom filter implemented by Rust for Python! 10x faster than pybloom!
liyaopinner/ArticleSpider
慕课网python分布式爬虫源码-长期更新维护
jbapple/libfilter
High-speed Bloom filters and taffy filters for C, C++, and Java
Query-farm/datasketches
Integrates DuckDB with the high-performance Apache DataSketches library. This extension enables users to perform approximate analytics on large-scale datasets using state-of-the-art streaming algorithms, all from within DuckDB.
Snawoot/bloom
An in-memory bloom filter with persistence and HTTP interface
hashlookup/poppy
Rust implementation of the DCSO Bloom filter
preytaren/fastbloom
A simple but fast bloomfilter written in Python
OldPanda/bloomfilter
Yet another Bloomfilter implementation in Go, compatible with Java's Guava library
dnanhkhoa/simple-bloom-filter
A simple implementation of Bloom Filter and Scalable Bloom Filter for Python 3.
ttting/redis-bloomfilter
Bloomfilter base on redis for java
OldPanda/bloomfilter-py
Yet another Bloomfilter implementation in Python, compatible with Java's Guava library
daedalus/fastBloomFilter
A pure, simple and fast pythonic bloom filter
adulau/python-bloomfilter
Scalable Bloom Filter implemented in Python
ysjiang4869/code-example
Examples for Java, include: flink, kafka, kafka-stream, flink, bloom-filter, netty and so on
ericonetto/bloomFilter
Bloom filter lib for Arduino compatible microcontrolers
KrishnanSG/Interact
An easy to use real time file synchronization application built using Python
CamilaDuitama/aKmerBroom
🧹🦷 aKmerBroom: Ancient oral DNA decontamination using Bloom filters on k-mer sets
jdxyw/bloomfilter-go
Bloomfilter in Go
EST-NINE/ShortLink
从零到一实现的一个短链接项目,可按照 README.md 快速启动和学习
wangthomas/bloomfield
A scalable bloom filter service in Golang
anexplore/pyredisbloomfilter
python bloom filter based on redis
Claude-at-Instaclustr/blooming_cassandra
Exposing Cassandra Bloom filter searching to the Client. Code provides Bloom filter UDF, Client side multidimensional Bloom filter (MBF) index, and server side MBF secondary index implementation.
courseworks/AUT_AP_2024_Spring_HW3
The third assignment for AUT's Advanced Programming course (Spring 2024), focusing on the implementation and understanding of Bloom Filters and Tries. These structures optimize space and search operations, crucial for network systems and data processing.
gc-garcol/simple-bloom-filter
A simple BloomFilter written in Java
Sahith02/Bloom-Filter-CPP
Light Weight C++ Bloom Filter Library
TomerEven/Pocket_Dictionary
Compact cache-friendly filter, for small number of elements.
x0rror/go-bloomfilter
go-bloomfilter is implemented by Golang which supports in-memory and Redis. Moreover, it’s available for a duration-based rotation.
daedalus/AIscripts
Scripts created with AI assistance from white papers and publications
ofanan/Access_strategies_with_staleness
This project provides tools to simulate several access strategies for distributed caching. The simulator considers a user who is equipped by several caches, and receives from them periodical updates about the cached content. These updates are not totally accurate. The user has to select which caches to access, to obtain the requested datum in the lowest price and maximum certainty possible.