BloomFilter .NET
BloomFilter .NET DescriptionPort from Java implementation by Magnus Skjegstad : https://github.com/MagnusS/Java-BloomFilter
A Bloom filter is a data structure designed to tell you, rapidly and memory-efficiently, whether an element is present in a set.
It is a probabilistic data structure : while it can tell you with certainty that a given element is NOT in the set, I can only tell you that a given element is PROBABLY in the set (in others words, false positives results may occurs, but not false negatives)
BloomFilter .NET Features
Download:Click Here
No comments:
Post a Comment