counting-bloom-filters
There are 5 repositories under counting-bloom-filters topic.
tylertreat/BoomFilters
Probabilistic data structures for processing continuous, unbounded streams.
yankun1992/fastbloom
A fast bloom filter implemented by Rust for Python! 10x faster than pybloom!
mattlorimor/ProbabilisticDataStructures
A probabilistic data structures library for C#
rmc00/Maybe
A class library implementing probabilistic data structures in .NET
tonix-tuft/gloom
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.