D vs C++ - Where are the benchmarks?

Iain Buclaw ibuclaw at ubuntu.com
Fri Jul 5 07:24:21 PDT 2013


On 4 July 2013 22:04, Mehrdad <wfunction at hotmail.com> wrote:
>
> To put it another way, _any_ conformant D compiler must necessarily have a
> GC.
>

Not necessarily true, but your application at runtime may leak surplus
amounts of memory from hidden allocation calls without a GC. ;)


--
Iain Buclaw

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


More information about the Digitalmars-d mailing list