Y
Hacker News
new
|
ask
|
show
|
jobs
by
rossmohax
1735 days ago
Every article on Go allocations can benefit from a heap escape analysis section. I was hoping to find one here, but no luck. Stack allocation is a powerfull technique to reduce GC times.
1 comments
pjmlp
1735 days ago
Agreed, many put all GC languages on the same bag without understanding that several of them (including Go) do provide C like features.
link