DIP 1000 says:

Delegates currently defensively allocate closures with the GC. Few actually escape, and with scope only those that actually escape need to have the closures allocated.

https://github.com/dlang/DIPs/blob/master/DIPs/DIP1000.md#benefits

Reply via email to