Top 20 NuGet bloom-filter Packages

Simple caching for .NET applications
A Bloom Filter is a probabalistic data structure that Implements the Add() and Contains() methods in a memory efficient manner when compared to the more traditional Hash Set. However, the Bloom Filter has some draw backs: It will sometimes indicate that an element is in the set when it isn't. The F...
Fast C# implementation of bloom filters packed in a .NET Standard library.
Advanced data structures for .NET