-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hyperloglog Example Not working #69
Comments
The HyperLogLog implementation seems totally wrong.
The results:
The estimates are completely wrong (except for Something is simply not right here. |
Should be resolved with: https://github.com/Callidon/bloom-filters/releases/tag/v3.0.2 |
Re-running the test that timd73 posted using v3.0.4, I get:
Works well for large cardinality; misses the mark by many estimated sigma below 500. |
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 withalice
, the count returns the same number. Is there something that I'm missing?The text was updated successfully, but these errors were encountered: