greatgrahambini
- 295,631 total downloads
- last updated 4/21/2019
- Latest version: 1.0.8
Streaming Percentile Estimation
- 5,061 total downloads
- last updated 12/30/2015
- Latest version: 1.0.1
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...
More information