Viewing profile — homin
homin
HN member- Joined
- Thu, Jun 22, 2017, 9:30 PM UTC
- HN karma
- 34
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About homin
No profile information was provided.
Recent public activity
-
comment
Comment #20831219
In theory yes, but none of our implementations specifically prevent reallocations as we were not targeting this use-case. It should be easy enough to add though.
-
comment
Comment #20831164
HDR is great for the use-case when you can bound your range beforehand and merging is not a requirement, but those were also the reasons we needed to develop DDSketch.
-
comment
Comment #20831128
Yes, the sketch can quickly answer questions like "How many requests were faster than 100ms?" 100ms maps to a bucket index, and we would just sum up all the buckets with indices at…
-
comment
Comment #20831054
T-digest is definitely the best rank-accuracy sketch for higher percentiles in terms of size. However, it was much slower than GK, and we found that by increasing the rank-accuracy…
-
comment
Comment #20830985
Most previous sketches used what they called "rank accuracy". So if your inputs were [2^1, 2^2, ...., 2^1000]. The actual p95 is 2^950, and a 0.01 rank-accurate sketch would be all…
-
comment
Comment #20830562
Author here. We wanted to be able to graph p99, p99.9 metrics with arbitrary ranges, and found the existing solutions were not accurate enough for our needs. Happy to answer any qu…
- story
- story
-
comment
Comment #14615503
He's famously opinionated: http://www.wisdom.weizmann.ac.il/~oded/on-awards.html