Compile-time memory footprint of std.algorithm
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Tue Apr 22 23:39:05 PDT 2014
On 4/22/2014 11:33 PM, Dmitry Olshansky wrote:
> At a times I really don't know why can't we just drop in a Boehm GC (the stock
> one, not homebrew stuff) and be done with it. Speed? There is no point in speed
> if it leaks that much.
I made a build of dmd with a collector in it. It destroyed the speed. Took it out.
More information about the Digitalmars-d
mailing list