Viewing profile — oertl
oertl
HN member- Joined
- Thu, Dec 22, 2016, 8:25 PM UTC
- HN karma
- 16
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About oertl
No profile information was provided.
Recent public activity
-
comment
Comment #44477913
[flagged]
- story
-
comment
Comment #40397596
The algorithm is simple, which is why it is also suitable for textbooks. However, it is far from representing the state of the art. In case you are interested in the latest develop…
- story
-
story
UltraLogLog: A more space-efficient alternative to HyperLogLog
The newest version of the hash4j Java library (https://github.com/dynatrace-oss/hash4j) introduces UltraLogLog, a new data sketch for approximate distinct counting that uses 22% le…
- story
- story
- story
- story
-
comment
Comment #20837312
FYI, already in 2015, I have proposed exactly the same idea as improvement to HdrHistogram. See https://github.com/HdrHistogram/HdrHistogram/issues/54 and corresponding code https:…
-
comment
Comment #14652030
Sure, send me an email.
-
comment
Comment #14645940
I have not yet checked their ML approach. Regarding register updates you are right. I have also seen that they did only 10000 simulation runs to determine the standard deviation to…
-
comment
Comment #14645096
The tailcut approach breaks one important property of cardinality estimation algorithms: Adding the same value multiple times should change the state of the sketch only once when a…
-
comment
Comment #13240313
If you are interested in new cardinality estimation algorithms for HyperLogLog sketches you could also have a look on the paper I am currently working on: http://oertl.github.io/hy…