Do you use D's GC?

Виталий Фадеев vital.fadeev at gmail.com
Sun Aug 1 12:05:51 UTC 2021


On Sunday, 1 August 2021 at 08:54:05 UTC, Kirill wrote:
> It's interesting to hear do you use D's GC? Or do you use your 
> own custom memory management structure?

> do you use D's GC?
Yes.

> How performant is GC?
It doesn't matter to me.
I don't see the difference.

While teething an idea, I don't look at performance.

Then when the idea is finalized, I improve performance. And here 
I sometimes prefer @nogc nothrow functions.

I love D for fast compilation and for the gerbage collector.
Without the GC, it would be tedious to programing with keep 
pointers in mind.

For GUI library I prefer @nogc + BetterC.



More information about the Digitalmars-d mailing list