joseph-fox / python-bloomfilter

Scalable Bloom Filter implemented in Python
MIT License
164 stars 25 forks source link

Replace xrange by count #4

Closed joseph-fox closed 7 years ago

joseph-fox commented 7 years ago

xrange is not able to handle large integer, users have encountered overflow error.