D's performance.
Walter Bright
newshound2 at digitalmars.com
Tue Jun 30 21:42:11 UTC 2020
On 6/30/2020 7:26 AM, Jowei Dei wrote:
> I am curious about the performance of D language as a production tool, compared
> with C and C + + these lower level languages will be slower? Can you provide
> some parameters for comparison? thank you.
If you write the same code in the same way, you'll get identical performance
between C, C++, and D. Note that they use the same optimizers and back ends.
More information about the Digitalmars-d
mailing list