python-bloomfilter
python-bloomfilter copied to clipboard
`num_hash` equivalent?
The module works great and thanks for enhancing the original BF in python @joseph-fox!
I have two questions:
- How can we derive the number of hash functions that was used?
- How can we count the number of zero bits in the bit array?
Thanks!