Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Implement LogLog-Beta/β (new cardinality estimation algo) #125

Open
otisg opened this issue Jan 25, 2017 · 1 comment
Open

Implement LogLog-Beta/β (new cardinality estimation algo) #125

otisg opened this issue Jan 25, 2017 · 1 comment

Comments

@otisg
Copy link

otisg commented Jan 25, 2017

A new paper released this month introduces a new cardinality estimation algorithm called LogLog-Beta/β:

https://arxiv.org/abs/1612.02284

"The new algorithm uses only one formula and needs no additional bias
corrections for the entire range of cardinalities, therefore, it is more
efficient and simpler to implement. Our simulations show that the accuracy
provided by the new algorithm is as good as or better than the accuracy
provided by either of HyperLogLog or HyperLogLog++."
Some comments about its accuracy (graphs included) can be found in this PR: redis/redis#3677

@abramsm
Copy link
Contributor

abramsm commented Jan 25, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants