Benchmarking build times

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 28 12:51:21 PDT 2014


Scott Wilson:

> What is a large program on rosetta?

I answered this post, but I can't see my post. If you compile a 
long D C-like program you have a smaller compile time compared to 
compiling a shorter D program that uses std.algorithm and 
std.range a lot, because of all the templates that need to be 
compiled.

Bye,
bearophile


More information about the Digitalmars-d mailing list