Benchmarking build times

Scott Wilson via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 28 18:13:47 PDT 2014


I found https://github.com/acmeism/RosettaCodeData. Is it fresh?

To estimate build times I'll concatenate all files into one.
About 6K LOC. Then I'll duplicate that file. Sound good?


Scott

On Thursday, 28 August 2014 at 19:51:22 UTC, bearophile wrote:
> 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