On Jul 24, 2013 5:20 AM, "CJS" <Prometheus85@hotmail.com> wrote:
>
> This isn't a constructive link, but this benchmark of D vs. Rust vs. Go just hit the reddit/programming front page.
>
> Spoiler: D came out pretty well, but for some reason ldc gave significantly better results than gdc. It's unclear why since the author didn't release any code.

I see that he used different back end for gdc/gcc - so the newer gcc might have some improvements over the older gdc.  And as Walter pointed out, he probably left bounds checking on for the compiler tests.  ;)

Regards
--
Iain Buclaw

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