D vs C++ - Where are the benchmarks?

deadalnix deadalnix at gmail.com
Tue Jul 2 23:37:59 PDT 2013


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.


More information about the Digitalmars-d mailing list