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

rikki cattermole rikki at cattermole.co.nz
Thu Dec 15 11:51:11 UTC 2022


On 16/12/2022 12:21 AM, IGotD- wrote:
> All those ideas and tricks are based on that you in some way should 
> avoid or circumvent the garbage collector. Then the question is, how 
> good is a computer algorithm if you are supposed to avoid it all the time?

Like all algorithms, if you misuse it its going to be bad.

Calling into the GC unnecessarily when you care about performance is misuse.



More information about the Digitalmars-d mailing list