Y
Hacker News
new
|
ask
|
show
|
jobs
by
Cthulhu_
1066 days ago
I think in theory you can write code (or do some tricks) to avoid all heap allocation.
2 comments
t8sr
1066 days ago
"In theory" being the operative words there. Turn on heap escape analysis sometime, you'll be surprised how hard it is to avoid.
link
dgb23
1066 days ago
You mean not growing the heap or literally no allocation?
link