Skip to content

Commit a21ae00

Browse files
authored
Update README.md
1 parent ccca8cb commit a21ae00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An improved version of [HyperLogLog](https://en.wikipedia.org/wiki/HyperLogLog)
66

77
## Note on Implementation History
88

9-
The initial version of this work (tagged as v0.1.0) was based on ["Better with fewer bits: Improving the performance of cardinality estimation of large data streams - Qingjun Xiao, You Zhou, Shigang Chen"](http://cse.seu.edu.cn/PersonalPage/csqjxiao/csqjxiao_files/papers/INFOCOM17.pdf). However, the current implementation has evolved significantly from this original basis, notably moving away from the tailcut method.
9+
The initial version of this work (tagged as v0.1.0) was based on ["Better with fewer bits: Improving the performance of cardinality estimation of large data streams - Qingjun Xiao, You Zhou, Shigang Chen"](https://www.cise.ufl.edu/~sgchen/Publications/XZC17.pdf). However, the current implementation has evolved significantly from this original basis, notably moving away from the tailcut method.
1010

1111
## Current Implementation
1212

@@ -48,4 +48,4 @@ Kindly check our [contributing guide](https://github.com/axiomhq/hyperloglog/blo
4848

4949
Distributed under MIT License (`The MIT License`).
5050

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

0 commit comments

Comments
 (0)