manual memory management

Jonathan M Davis jmdavisProg at gmx.com
Wed Jan 9 13:22:57 PST 2013


On Wednesday, January 09, 2013 22:14:15 SomeDude wrote:
> If everything is preallocated and reused, does it really matter
> whether there is a GC or not ?

It would if the GC were running in the background (which isn't currently the 
case for D's default GC), but other than that, it would just affect program 
shutdown, because that's when the GC would actually run. If the GC isn't run,
it can't affect anything.

- Jonathan M Davis


More information about the Digitalmars-d mailing list