Disabling the Garbage Collector
bearophile
bearophileHUGS at lycos.com
Mon Mar 3 09:51:46 PST 2014
Anonymouse:
> To write tidy code? Much like const correctness, avoiding magic
> numbers and globals, not polluting namespace overly, only
> import what you need etc etc.
In general avoiding the self initialization of the GC doesn't
make your code more tidy. Totally not activating the GC is only
for special situations and special D code.
Bye,
bearophile
More information about the Digitalmars-d-learn
mailing list