We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6906f1 commit 45ec2b7Copy full SHA for 45ec2b7
1 file changed
README.md
@@ -1,6 +1,10 @@
1
# Your basic Bloom filter
2
3
-Golang Bloom filter implementation
+### Golang probabilistic set data structure
4
+
5
+A Bloom filter is a fast and space-efficient probabilistic data structure
6
+used to test set membership. A membership test returns either ”likely member”
7
+or ”definitely not a member”
8
9

10
0 commit comments