axiak / pybloomfiltermmap

Fast Python Bloom Filter using Mmap
http://axiak.github.com/pybloomfiltermmap/
MIT License
741 stars 137 forks source link

How to choose an appropriate table_size parameter #70

Open freehello opened 8 years ago

freehello commented 8 years ago

for fast , choose as big as possible table_size under the memory limitation?