bloom_filter icon indicating copy to clipboard operation
bloom_filter copied to clipboard

Bloom filter implementation in Crystal lang

Results 2 bloom_filter issues
Sort by recently updated
recently updated
newest added

This does break compatibility with the serialisation format. Should be merged after https://github.com/crystal-community/bloom_filter/pull/7

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...