Skip to content

Commit ed82ede

Browse files
committed
chg: [doc] updated
1 parent 12dd0f9 commit ed82ede

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
[![Python package](https://github.com/adulau/python-bloomfilter/actions/workflows/pythonpackage.yml/badge.svg)](https://github.com/adulau/python-bloomfilter/actions/workflows/pythonpackage.yml)
44

5-
This fork includes various fixes and enhancement available in various places.
5+
This fork of pybloom includes various fixes and enhancement available in various places.
66

77
``pybloom`` is a module that includes a Bloom Filter data structure along with
88
an implementation of Scalable Bloom Filters as discussed in:
99

10-
P. Almeida, C.Baquero, N. Preguiça, D. Hutchison, Scalable Bloom Filters,
11-
(GLOBECOM 2007), IEEE, 2007.
10+
- P. Almeida, C.Baquero, N. Preguiça, D. Hutchison, Scalable Bloom Filters, (GLOBECOM 2007), IEEE, 2007. [PDF](https://haslab.uminho.pt/cbm/files/dbloom.pdf)
1211

1312
Bloom filters are great if you understand what amount of bits you need to set
1413
aside early to store your entire set. Scalable Bloom Filters allow your bloom
@@ -68,5 +67,4 @@ pip3 install .
6867
# len(sbf) may not equal the entire input length. 0.01% error is well
6968
# below the default 0.1% error threshold. As the capacity goes up, the
7069
# error will approach 0.1%.
71-
7270
~~~~

0 commit comments

Comments
 (0)