The D Programming Language Vision Document

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Jul 4 05:51:48 UTC 2022


On Monday, 4 July 2022 at 05:35:20 UTC, rikki cattermole wrote:
>
> 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.

@safe @nogc @noheap? :)

Baby, you got a stew going!


More information about the Digitalmars-d-announce mailing list