Hacker News new | ask | show | jobs
by coliveira 1728 days ago
That is correct.

In the worst case, you can always (even on GC'd languages) pre-allocate buffers and do your work without new memory requests. But you need to plan for this, in the same way you'd do in a language without GC.