Compile-time memory footprint of std.algorithm

Ary Borenszweig via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 23 10:28:01 PDT 2014


On 4/23/14, 1:56 PM, Daniel Murphy wrote:
> "Dmitry Olshansky"  wrote in message news:lj7mrr$1p5s$1 at digitalmars.com...
>> 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.
>
> Or you know, switch to D and use druntime's GC.

But that will be slow.

Walter's point is that if you introduce a GC it will be slower.

Of course, you won't be able to compile big stuff. But developers 
usually have good machines, so it's not that a big deal.


More information about the Digitalmars-d mailing list