On 04/07/2022 5:30 PM, Andrej Mitrovic wrote:
Aren't these the polar opposites of each other? The GC is one of D's strengths, yet we should avoid it as much as possible in the standard library.

Not necessarily.

It could and should most likely mean that it won't do any heap allocations.

Heap allocations are expensive after all.

Reply via email to