bloomfilter
There are 99 repositories under bloomfilter topic.
llimllib/bloomfilter-tutorial
A Bloom Filter Tutorial
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
🔗 短链接生成器,长网址转短网址
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
Snawoot/bloom
An in-memory bloom filter with persistence and HTTP interface
itmtx/ezlink
基于 DDD 架构 + Spring Boot + WebFlux + Redis + Kafka + Scheduled 的高性能短链系统
hashlookup/poppy
Rust implementation of the DCSO Bloom filter
preytaren/fastbloom
A simple but fast bloomfilter written in Python
dnanhkhoa/simple-bloom-filter
A simple implementation of Bloom Filter and Scalable Bloom Filter for Python 3.
OldPanda/bloomfilter
Yet another Bloomfilter implementation in Go, compatible with Java's Guava library
ttting/redis-bloomfilter
Bloomfilter base on redis for java
daedalus/fastBloomFilter
A pure, simple and fast pythonic bloom filter
OldPanda/bloomfilter-py
Yet another Bloomfilter implementation in Python, compatible with Java's Guava library
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
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.
hitzhangjie/bloomfilter
bloomfilter, support adjusting number of entries, error ratio.
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.
ofanan/accessStrategies
This is a simulator for 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. The problem and algorithms implemented here are detailed in the paper: I. Cohen, G. Einziger, R. Friedman, and G. Scalosub, “Access Strategies for Network Caching”, IEEE/ACM Transactions on Networking, 29(2), pp. 609-622, 2021.
redink/bloom_list
BloomList built on bloomfilter support callback to double check.
Super-Louis/super_spider
基于aiohttp、bloomfliter的爬虫框架,爬取所有微博用户