Hacker News new | ask | show | jobs
by peter_lawrey 1369 days ago
The GC isn't involved with allocation, the expensive bit here. The GC handles the clean up. The allocations create memory pressure that can easily saturate the bus to DDR if you are not careful.
1 comments

The GC can pace the allocation when it can't keep up.