Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bloomfilter.go
A Bloom Filter Implementation in Go

This implementation includes:
- Standard Bloom Filter
- Standard Bloom Filter.
- Counting Bloom Filter
Standard Bloom Filter, except that it supports deletions, by keeping 8-bit counters in each slot. These counters
are likely to overflow if we add too many elements.
Expand Down