bloom-filters icon indicating copy to clipboard operation
bloom-filters copied to clipboard

Hyperloglog Example Not working

Open dbinnersley opened this issue 1 year ago • 0 comments

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?

dbinnersley avatar Apr 02 '24 17:04 dbinnersley