Live data from Hacker News

Viewing profile — homin

homin

HN member
Joined
Thu, Jun 22, 2017, 9:30 PM UTC
HN karma
34
Public activity
9 items

About homin

No profile information was provided.

Recent public activity

  1. 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.

  2. 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.

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. story
  8. story
  9. comment
    Comment #14615503

    He's famously opinionated: http://www.wisdom.weizmann.ac.il/~oded/on-awards.html