GC allocation issue

bearophile bearophileHUGS at lycos.com
Thu Mar 20 17:39:14 PDT 2014


Etienne:

> I'm running some tests on a cache store where I planned to use 
> only Malloc for the values being stored, I'm hoping to 
> eliminate the GC in 95% of the program, but to keep it only for 
> actively used items..

Usually 95%-100% of a D program uses the GC and the 0%-5% uses 
malloc :-)

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list