Skip to content

Commit

Permalink
Merge pull request #8 from mattlorimor/mattlorimor-update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mattlorimor committed Dec 30, 2015
2 parents 19bc61d + cd68acc commit 6a734e7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ This is a C# port of [Tyler Treat's](https://github.com/tylertreat) work in the
If you're on this page, you probably already know a bit about probabilistic data structures and why you might want to use them. To keep this README smaller, I'll remove some of the exposition Tyler does and keep this closer to a "How to Use" document. I would refer you to [his project's README](https://github.com/tylertreat/BoomFilters/blob/master/README.md) if you are trying to get all the information you possibly can.

## Included Structures
* Stable Bloom filters
* Scalable Bloom filters
* Counting Bloom filters
* Inverse Bloom filters
* Cuckoo filters
* Several variants of traditional Bloom filters
* HyperLogLog
* Count-Min Sketch
* Counting Bloom filter
* Cuckoo filter
* Deletable Bloom filter
* HyperLogLog
* Inverse Bloom filter
* MinHash
* PartitionedBloomFilter
* Scalable Bloom filter
* TopK

## Installation

Expand Down

0 comments on commit 6a734e7

Please sign in to comment.