dream-lab / ElfStore

ElfStore: Edge local federated Store
Apache License 2.0
3 stars 2 forks source link

Bloom filter needs to have number of bits based on required false positive % #28

Open simmhan opened 5 years ago

skmonga commented 5 years ago

Need to consider the number of elements to be inserted into account as well for estimating the number of bits used for the bloom filter.