On Saturday, 22 June 2013 at 21:45:48 UTC, Juan Manuel Cabo wrote:
Right, the author of the article used ldc. I'm always used
to dmd.
You know that you can use ldmd2 to invoke LDC using the same
flags as DMD?
This time I used LDC 0.11.0, with:
ldc2 -O -release -disable-boundscheck
Times (minimum of 10 runs):
before: 1617 ms
after: 554 ms
Conclusion: using "byWords" was 3.4 times faster with DMD
and 2.9 times faster with LDC.
Any chance of GDC results? You can again use gdmd for DMD-like
interface.