Skip to content

Commit cd68acc

Browse files
committed
Update README.md
1 parent 19bc61d commit cd68acc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ This is a C# port of [Tyler Treat's](https://github.com/tylertreat) work in the
55
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.
66

77
## Included Structures
8-
* Stable Bloom filters
9-
* Scalable Bloom filters
10-
* Counting Bloom filters
11-
* Inverse Bloom filters
12-
* Cuckoo filters
13-
* Several variants of traditional Bloom filters
14-
* HyperLogLog
158
* Count-Min Sketch
9+
* Counting Bloom filter
10+
* Cuckoo filter
11+
* Deletable Bloom filter
12+
* HyperLogLog
13+
* Inverse Bloom filter
1614
* MinHash
15+
* PartitionedBloomFilter
16+
* Scalable Bloom filter
17+
* TopK
1718

1819
## Installation
1920

0 commit comments

Comments
 (0)