ML and contributing to mir
Lance Bachmeier
no at spam.net
Wed Aug 6 19:37:19 UTC 2025
On Wednesday, 6 August 2025 at 17:54:27 UTC, Marc wrote:
> but the gc is putitng me off as well
Then don't use it?
I do lots of statistical work with D and honestly I have found
little to gain from avoiding the GC. It'll all depends on what
you're doing, of course, but look at std.typecons.RefCounted if
you want to avoid D's GC. I use it because I often call into C
libraries that allocate memory. Just don't expect it to improve
performance. YMMV.
More information about the Digitalmars-d
mailing list