D vs C++ - Where are the benchmarks?

Mehrdad wfunction at hotmail.com
Thu Jul 4 12:27:48 PDT 2013


On Wednesday, 3 July 2013 at 06:38:04 UTC, deadalnix wrote:
> On Wednesday, 3 July 2013 at 03:13:59 UTC, Mehrdad wrote:
>> In other words, I know C++ is _painful_ to write fast code in, 
>> but that doesn't make it slower; it just makes it more 
>> painful. On the other hand, if you could demonstrate that e.g. 
>> the GC is faster than manual memory management, then I'd 
>> totally agree D is faster than C++.
>
> Slice + immutability + GC is awesomeness. You need the 3 to get 
> the full efficiency, or you'll ends up doing quite a lot of 
> book keeping.


No doubt about awesomeness :) but that's not a number I can 
compare to C++.


More information about the Digitalmars-d mailing list