| leonardo ( |
Probably this time most of the "difference between C and D" comes from how much well the compiler optimizes. So the Intel C compiler too can be good here. I haven't tried LLMV too, but so far in my benchmarks it's always less efficient than GCC.
At the moment I have no GDC installed because I use the wonderful new MinGW:
http://nuwen.net/mingw.html
that I think isn't compatible yet with GDC. If you have GDC you are free to time it and show us the timings, probably they are much better (and you may find that it's positive to use that C-like code in D too, you need just few minutes to adapt it).
At the moment I have no GDC installed because I use the wonderful new MinGW:
http://nuwen.net/mingw.html
that I think isn't compatible yet with GDC. If you have GDC you are free to time it and show us the timings, probably they are much better (and you may find that it's positive to use that C-like code in D too, you need just few minutes to adapt it).