Do you use D's GC?

russhy russhy at gmail.com
Tue Aug 3 12:26:14 UTC 2021


On Tuesday, 3 August 2021 at 05:36:12 UTC, workman wrote:
> 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?
>>
>> How performant is GC?
>>
>> The reason I'm asking is I'm planning to dive into 3D game dev 
>> with D as a hobby in an attempt to create a game I dreamed of 
>> since I was a kid. I'd like to know if GC is worth using at 
>> all, or should I go with 100% manual memory management.
>>
>> Any opinion is appreciated. Thanks in advance.
>
> The D language claim support NOGC Programming, but there is no 
> ecosystem for this. It force people to use GC if they want use 
> library.
>
> D GC is not good as any other popular language.
>
> You will find there is a lot library author abandoned they 
> projects in last decade, people just leave after invest a lot 
> time and resource.

WHY DO YOU LIE?!

there is a strong ecosystem for system libraries and nogc 
libraries in D

and you can plug in what ever C libraries you want, so you 
already can consume the WHOLE C ecosystem, out of the box

saying there is no ecosystem is plain and simple dishonest and a 
PURE LIE



More information about the Digitalmars-d mailing list