Viewing profile — mkarlsch
mkarlsch
HN member- Joined
- Mon, Jan 27, 2014, 8:49 AM UTC
- HN karma
- 24
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About mkarlsch
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
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!
-
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…
-
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…
-
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…
-
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?
-
comment
Comment #17443684
Same here - we don’t use channels in the hot code path and did replace the Go HTTP parser.
-
comment
Comment #17443672
Between 2-40KB, the average is likely closer to 2-4KB (Gzipped JSON or Protobuf)
-
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-…
-
comment
Comment #13664696
Was already there but disabled due to https://github.com/golang/go/issues/18190#issuecomment-26525...