BloomFilterCore NuGet Package

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 False Positive rate can be decreased by using more memory.

The capacity of the Bloom Filter is fixed at creation time.

(You can add more elements than the target capacity, but the False Positive rate continues to increase thereafter).




Got any BloomFilterCore Question?





Info

Version: 1.0.1
Author(s): Giovanni Galbo, Graham Henry
Last Update: Thursday, December 13, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/giometrix/BloomFilterCore
NuGet Url: https://www.nuget.org/packages/BloomFilterCore


Install
Install-Package BloomFilterCore
dotnet add package BloomFilterCore
paket add BloomFilterCore
BloomFilterCore Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

1958