Why I chose D over Ada and Eiffel

bearophile bearophileHUGS at lycos.com
Sun Aug 25 16:09:25 PDT 2013


Walter Bright:

> The good news is that I believe that D is technically capable 
> of beating C++ on performance.

Some suggestions for D to increase its performance:
- The frequency of heap allocations (like for arrays and small 
class instances) of idiomatic D programs should decrease;
- The support for simple SIMD-based programming should improve. 
In the last weeks I have written here some posts on this topic;
- It should allow simple and almost-standard means to use GPUs;

Bye,
bearophile


More information about the Digitalmars-d mailing list