Inherent code performance advantages of D over C?

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Sun Dec 8 02:31:35 PST 2013


On 08/12/13 11:24, John Colvin wrote:
> std.stdio -> std.algorithm -> std.random -> std.numeric -> std.complex.

I'd forgotten that std.algorithm pulled in std.random.  Glancing through, I'm 
not sure it uses it apart from for unittests?  So it might be possible to strip 
out the dependency ... I'll have a look this afternoon.

This could be a useful lint tool to have, checking for imports that are only 
used by unittest blocks.


More information about the Digitalmars-d mailing list