Andrei's Google Talk
Walter Bright
newshound2 at digitalmars.com
Tue Aug 3 20:59:22 PDT 2010
Andrei Alexandrescu wrote:
> BTW, speed of compilation of very short programs is not very relevant as
> long as it's reasonably good.
Also, the compile speed of std.stdio isn't that important because on a large
project it is only compiled/loaded once, no matter how many times it is
imported. This is a huge reason for D's speed.
The problem, though, is all the stuff in the .obj file.
More information about the Digitalmars-d
mailing list