prashnts / pybloomfiltermmap3

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

Add .filename (str) property, deprecate .name (bytes) #25

Closed mizvyt closed 4 years ago

mizvyt commented 4 years ago

Addresses: https://github.com/prashnts/pybloomfiltermmap3/issues/16 TODO: document the change - completed

prashnts commented 4 years ago

@mizvyt you can merge these if its done.