Y
Hacker News
new
|
ask
|
show
|
jobs
by
_ph_
1917 days ago
And in most cases it isn't GC which is the problem, but the program doing too many heap allocations. Cutting heap allocations down improves the speed of most programs, with or without GC.