Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.0% dependent repos on nuget.org

nuget.org : bloomfilter

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).

Registry - JSON
purl: pkg:nuget/bloomfilter
Keywords: Bloom, Filter, Set, Probabalistic, Data, Structure
License:
Latest release: over 8 years ago
First release: over 8 years ago
Dependent repositories: 1
Downloads: 7,361 total
Last synced: 25 days ago

    Loading...
    Readme
    Loading...