garawalid / LH-BloomFilter

Less Hash Bloom Filter
Apache License 2.0
2 stars 1 forks source link

Benchmark of LH-BloomFilter #2

Open B1gG opened 5 years ago

B1gG commented 5 years ago

Hi, I appreciate the contribution, but I did some test and over 1 million elements it gives me half a million collisions.

garawalid commented 5 years ago

@B1gG Thanks for reporting this. Would you mind please tell me the parameters of the bloom filter m and k? And the type of elements, is it string or integer?