D vs C++ - Where are the benchmarks?

Iain Buclaw ibuclaw at ubuntu.com
Fri Jul 5 07:22:16 PDT 2013


On 4 July 2013 22:03, Mehrdad <wfunction at hotmail.com> wrote:
> D, on the other hand, has a GC built into the language itself; it's not an
> implementation detail.

I'd say built into the runtime, rather than language. And it is an
implementation detail on just how the GC tracks, allocates and
collects memory. :)

--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d mailing list