Skip to content

Commit 4750bc2

Browse files
committed
Update README.md
1 parent c5ee8e0 commit 4750bc2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The initial version of this work (tagged as v0.1.0) was based on ["Better with f
1010

1111
## Current Implementation
1212

13+
The current implementation is based on the LogLog-Beta algorithm, as described in:
14+
15+
["LogLog-Beta and More: A New Algorithm for Cardinality Estimation Based on LogLog Counting"](https://arxiv.org/pdf/1612.02284) by Jason Qin, Denys Kim, and Yumei Tung (2016).
16+
1317
Key features of the current implementation:
1418
* **Metro hash** used instead of xxhash
1519
* **Sparse representation** for lower cardinalities (like HyperLogLog++)
@@ -44,4 +48,4 @@ Kindly check our [contributing guide](https://github.com/axiomhq/hyperloglog/blo
4448

4549
Distributed under MIT License (`The MIT License`).
4650

47-
See [LICENSE](LICENSE) for more information.
51+
See [LICENSE](LICENSE) for more information.

0 commit comments

Comments
 (0)