python-bloomfilter icon indicating copy to clipboard operation
python-bloomfilter copied to clipboard

`num_hash` equivalent?

Open AaronRanAn opened this issue 6 years ago • 0 comments

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!

AaronRanAn avatar Nov 08 '19 20:11 AaronRanAn