Live data from Hacker News

Viewing profile — mkarlsch

mkarlsch

HN member
Joined
Mon, Jan 27, 2014, 8:49 AM UTC
HN karma
24
Public activity
12 items

About mkarlsch

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #32316006

    I can only second this. The placeholder in the search bar is “ex: tacos, breakfast, …” so I searched for tacos - zero results. Having a bit more content would likely leave a better…

  3. comment
    Comment #31237677

    remerge | (Senior) Software Engineer | Full-time | Berlin,Germany | Remote (within +/- 3h CET) or On-Site | https://www.remerge.io We help app businesses to grow. Our stack: Go, Ka…

  4. comment
    Comment #27636525

    We used Apache Drill a few years back and it could do exactly that - run locally and provide a SQL interface to query parquet files. Still great to see more and better options!

  5. comment
    Comment #26082256

    Indeed. Thanks for the hint! While the allocations are still 2.5x, not by accident calling into easyjson makes goccy/go-json perform faster than easyjson with generated code by ~10…

  6. comment
    Comment #26080190

    That looks great, especially some of the unique optimisations. I gave it a nonscientific test run with a set of 1k different 2-4kb JSON encoded messages that we saw in our day to d…

  7. comment
    Comment #22055697

    Agree! Both reports are a pretty good and reflect the status quo in the industry. There is an overcollection and oversharing of data without proper consent and that has to stop. Fo…

  8. comment
    Comment #17494726

    Interesting project, however it looks like the last commit is from September 2017 so either it is just very stable or not maintained anymore?

  9. comment
    Comment #17443684

    Same here - we don’t use channels in the hot code path and did replace the Go HTTP parser.

  10. comment
    Comment #17443672

    Between 2-40KB, the average is likely closer to 2-4KB (Gzipped JSON or Protobuf)

  11. comment
    Comment #17441746

    We wrote our bidder (in app advertising) in Go. It is globally distributed (close to the exchanges) and handles 1.5-2M requests/s (OpenRTB,~50-90k/s per instance) with a p99 of 10-…

  12. comment
    Comment #13664696

    Was already there but disabled due to https://github.com/golang/go/issues/18190#issuecomment-26525...