The D standard library is built on GC, is that a negative or positive?

IGotD- nise at nise.com
Wed Dec 14 12:32:16 UTC 2022


On Wednesday, 14 December 2022 at 09:27:54 UTC, 
areYouSureAboutThat wrote:
>
> Yes, people just need to take the GC chill pill.
>
> https://dlang.org/blog/2017/06/16/life-in-the-fast-lane/
>
> In the not-too-distant future, manual memory management will be 
> outlawed.

I'm in GC rehab trying to distance myself from GC.

When you think about tracing GC is one of the most crazy 
algorithms in computer science. Still it is widely used because 
it covers all corner cases. However, the complexity to get it all 
to work is huge.


More information about the Digitalmars-d mailing list