Thanks for your interests.
After running your code, I found that the number of iterations in the program always exceeds your predetermined threshold when the space utilization rate of Cuckoo Filter achieves 0.95. For example, when I input the command: ./batch-lookup 1024 4 0.95 3800, the number of iterations will exceed the predetermined threshold.
However, when facing Cuckoo Filter with large size and low space utilization, the number of iterations also will exceed the predetermined threshold. For example, when I input the command: ./batch-lookup 65536 4 0.5 60000, the number of iterations will exceed the predetermined threshold.
Can you give an explanation for the above question?Thank you very much.
Thanks for your interests.
After running your code, I found that the number of iterations in the program always exceeds your predetermined threshold when the space utilization rate of Cuckoo Filter achieves 0.95. For example, when I input the command: ./batch-lookup 1024 4 0.95 3800, the number of iterations will exceed the predetermined threshold.
However, when facing Cuckoo Filter with large size and low space utilization, the number of iterations also will exceed the predetermined threshold. For example, when I input the command: ./batch-lookup 65536 4 0.5 60000, the number of iterations will exceed the predetermined threshold.
Can you give an explanation for the above question?Thank you very much.