diff --git a/README.md b/README.md index e2b4864..f163db8 100644 --- a/README.md +++ b/README.md @@ -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.