mizvyt

Results 4 issues of mizvyt

Issue in detail here: https://github.com/axiak/pybloomfiltermmap/issues/31 A fix is referenced, but I'd like to still think over the options.

Requested here a while ago: * https://github.com/axiak/pybloomfiltermmap/pull/83 Currently the fastest hashing algorithm. Added as default, but can be changed if needed. @prashnts

[todo] we should add `__enter__` and `__exit__` methods to the `BloomFilter` class. So we can use the `context manager` patterns. This would let us do: ```py with pybloomfilter.BloomFilter(...) as bf:...

I suggest adding a notice to README with information on the current maintenance status of the repository, as it seems to not have received updates for quite a while now;...