Is D slow?

Steven Schveighoffer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 9 12:18:04 PDT 2017


On 6/9/17 2:32 PM, Steven Schveighoffer wrote:

> In answer to the subject, no D is not slow. However, it's quite possible
> that std.algorithm.bringToFront is slower than std::rotate, or
> SortedRange.upperBound is slower than std::upper_bound, or both. I don't
> think it's a design issue per se, probably more of an implementation issue.

https://issues.dlang.org/show_bug.cgi?id=17485

-Steve



More information about the Digitalmars-d-learn mailing list