Closed dcousens closed 7 years ago
Don't ever "change" filters over time. Keep the data included in any given bloom filter constant, such that there is no overlap.
Filter 1: addresses[i], where i is 0-50 Filter 2: addresses[i], where i is 51-100 etc
This was added?
Don't ever "change" filters over time. Keep the data included in any given bloom filter constant, such that there is no overlap.
Filter 1: addresses[i], where i is 0-50 Filter 2: addresses[i], where i is 51-100 etc