gakhov / pdsa

Probabilistic Data Structures and Algorithms in Python
http://pdsa.readthedocs.io
MIT License
121 stars 19 forks source link

Implement CountingBloomFilter #5

Closed gakhov closed 7 years ago

gakhov commented 7 years ago

This implementation of CountingBloomFilter uses the same bitvector as the BloomFilter and 4-bits counter implemented as BitVectorCounter