Y
Hacker News
new
|
ask
|
show
|
jobs
by
danuker
1872 days ago
My money is on garbage collection. In Rust it can happen from compile time:
https://stackoverflow.com/a/32677591/235463
2 comments
PEJOE
1872 days ago
That doesn’t explain C++’s poor tail performance, unless it’s just poorly optimized like the top comment suggested
link
gpapilion
1872 days ago
Yes it’s hard to tell without looking at the Java options. But especially since it’s a single cpu benchmark, it’s likely something blocked for a period of time.
link