joseph-fox / python-bloomfilter

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

Can I read collections of elements from a file? #26

Closed githubvipuser closed 5 years ago

githubvipuser commented 5 years ago

If you can In what format should a file save its elements? One in a line? The files are huge, around 2gb Please tell me the specific method, thank you!