Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkay authored Nov 13, 2019
1 parent 205513b commit c1278a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bloompy
# bloomfpy
A probabilistic data structure called Bloom Filter implemented in python.

Bloom Filters are very efficient data structures built for set membership problems. They take sublinear memory space with O(k) complexity for inserting and checking membership.
Expand Down

0 comments on commit c1278a6

Please sign in to comment.