Compile-time memory footprint of std.algorithm

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 23 00:20:46 PDT 2014


On Wednesday, 23 April 2014 at 06:39:04 UTC, Walter Bright wrote:
> I made a build of dmd with a collector in it. It destroyed the 
> speed. Took it out.

Is it because of garbage collections? Then allow people configure 
collection threshold, say, collect garbage only when the heap is 
bigger than 16GB.


More information about the Digitalmars-d mailing list