Andrei Alexandrescu napisał:

> I tested on two laptops (Ubuntu and Mac OSX). I compiled the two
> languages' standard libraries by using the provided makefiles, after
> touching all .go and all .d files involved. Then I divided the
> compilation times by the line counts of *.go/*.d files as wc has them
> and compared the results.
> 
> On OSX dmd was 4.3 times faster. On Ubuntu, the ratio was 4.45.

Was D with or without --unittest? I'm asking because unittests are instances 
and plenty of Phobos is templates for which AFAIK much work 
is deferred to instantiation.


Tomek

Reply via email to