bloom-filters
bloom-filters copied to clipboard
Hyperloglog Example Not working
The example hyperloglog that is provided in the documentation does not work as expected. When counting the sketch when initialized without any updates, I get 71.36002532672464, when I update the sketch with alice, the count returns the same number. Is there something that I'm missing?