Compile-time memory footprint of std.algorithm

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 22 11:12:10 PDT 2014


On Tue, Apr 22, 2014 at 06:09:11PM +0000, Iain Buclaw via Digitalmars-d wrote:
> Testing a 2.065 pre-release snapshot against GDC. I see that
> std.algorithm now surpasses 2.1GBs of memory consumption when
> compiling unittests.  This is bringing my laptop down to its knees for
> a painful 2/3 minutes.
> 
> This is time that could be better spent if the unittests where simply
> broken down/split up.

Didn't we say (many months ago!) that we wanted to split up
std.algorithm into more manageable chunks? I see that that hasn't
happened yet. :-(


T

-- 
"Real programmers can write assembly code in any language. :-)" -- Larry Wall


More information about the Digitalmars-d mailing list