Daily downloads in decline
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jun 1 15:59:12 PDT 2015
On Monday, 1 June 2015 at 22:43:58 UTC, weaselcat wrote:
> dmd's speed is fast only in comparison with C++ compilers, go
> runs circles around it.
In an apples-to-apples comparison, dmd is faster than go.
That comparison can be a bit hard to set up though. If you import
std.stdio for example, dmd now has to read about 100k lines of
code to get all the phobos dependencies in.
D can also get kinda slow with heavy ctfe... but of course, go
has no ctfe at all.
More information about the Digitalmars-d
mailing list