Skip to content

Commit

Permalink
Explain Bloom filter in README
Browse files Browse the repository at this point in the history
  • Loading branch information
korthaj committed May 14, 2017
1 parent a6906f1 commit 45ec2b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Your basic Bloom filter

Golang Bloom filter implementation
### Golang probabilistic set data structure

A Bloom filter is a fast and space-efficient probabilistic data structure
used to test set membership. A membership test returns either ”likely member”
or ”definitely not a member”

![Neutral density filter](ND-filter.jpg)

Expand Down

0 comments on commit 45ec2b7

Please sign in to comment.