prashnts / pybloomfiltermmap3

Fast Python Bloom Filter using Mmap
https://github.com/prashnts/pybloomfiltermmap3
MIT License
130 stars 24 forks source link

(updated) Make pickleable and allow data_array to be retrieved and set #56

Closed vmizg closed 6 months ago

vmizg commented 6 months ago

Merged changes from master into https://github.com/prashnts/pybloomfiltermmap3/pull/44, added tests and updated README.