7 ms·
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
by peter_lawrey 4y 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.
- pveentjer 4y agoThe GC can pace the allocation when it can't keep up.