Garbage Collection for Systems Programmers

Walter Bright newshound2 at digitalmars.com
Tue Apr 9 16:45:18 UTC 2024


On 4/8/2024 5:51 PM, Sebastian Nibisz wrote:
> Stopping the world is also a performance deficit, which accumulates all at one 
> time.


A concurrent collector fixes this problem. Rainer implemented one at one point, 
but there were some technical issues. It's worth revisiting.

Besides, the programmer can control when then the collection cycle is done.


More information about the Digitalmars-d mailing list