Since issue 13487 [0] seems to rot away, I started something on
my own.
Made a benchmark script and inserted C/C++/D programs for
comparison.
However, various programs are broken, as you see in the example
report [1].
The D code is at least 7 years old. I only fixed compile errors.
The C/C++ programs were selected quite randomly.
It should be easy to checkout the repo [2] and run the benchmarks
yourself
as long as you run on Linux:
git clone [email protected]:qznc/d-shootout.git
cd d-shootout
./benchmark.d --quickly
xdg-open index.html
Maybe somebody has already fixed or improved benchmark programs?
[0] https://issues.dlang.org/show_bug.cgi?id=13487
[1] https://qznc.github.io/d-shootout/
[2] https://github.com/qznc/d-shootout