Let's say now I have only 1000 elements, I choose hash_num = 4 to have false positive = 2% (just an assume number). Later I add more 1000 elements, can I expand the byte size to keep hash_num and false positive unchanged. Of course without building the filter from scratch.
Thank you.
Let's say now I have only 1000 elements, I choose
hash_num = 4to havefalse positive = 2%(just an assume number). Later I add more 1000 elements, can I expand the byte size to keep hash_num and false positive unchanged. Of course without building the filter from scratch.Thank you.