Y
Hacker News
new
|
ask
|
show
|
jobs
by
jcgl
12 days ago
This is the first I've heard anyone claim higher throughput for Go than Rust. Any articles you'd point to to learn more?
1 comments
insanitybit
12 days ago
I think one of the few performance benefits with a GC is that you can defer allocations. You can do that in Rust too though.
link