ProbabilisticDataStructures
ProbabilisticDataStructures copied to clipboard
A probabilistic data structures library for C#
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
### What is this PR? Added ability to serialize/deserialize the data structures (currently only Count-Min-Sketch is supported). This pull request should lay the foundation for supporting other data structures in...
### What is this PR? Implementation of parrallel Count-min-sketch according to research paper "Parallelizing Count-Min Sketch Algorithm on Multi-core Processors" by Bowen Yu, Yu Zhang, Lubing Li. https://www.atlantis-press.com/proceedings/mmebc-16/25859036. I will...
There is in "Counting Bloom Filter" you wrote: "See Deletable Bloom Filter for an alternative which avoids false negatives." but there is no DBF description.
https://github.com/mattlorimor/ProbabilisticDataStructures/blob/35c05fcedd708c69829b2393b0c7f76df35a279b/LICENSE.txt#L189 In order to include the referenced license we need the copyright to be filled out with your name. Would it be possible to update this information?
The purpose of this PR is to make new releases to nuget trivial. # Goals: - you control when a new version is released - use semver for versioning -...
It would be nice if the all the main objects that have a `HashAlgorithm` set could have that algorithm set at instantiation-time rather than an extra call to `SetHash()`
Probably want to make AppVeyor only build on tag pushes and prevent AppVeyor from doing version number business.
Take a look at what Tyler Treat has done in [BoomFilters](https://github.com/tylertreat/BoomFilters) over the last couple of years and see if there are any major things that should be ported over.
Add supporting classes to a separate folder.