bloom
bloom copied to clipboard
Max number of elements
What is max number of elements in bloom filter? If it will be 200-300 millions - its ok?
@hurek It all depends on how much RAM your system has, try filling the filter and see how much memory it consumes on your system, keep doing it until you reach your RAM capacity for your requirement (200-300 million entries).
Supporting 200 million elements is doable. If you encounter a problem, please open an issue.