Nothing exciting, but I tried to port the Java implementations of the benchmark game [1] to D. [2] My focus was to use the same algorithm/abstraction used in the Java implementation. I haven't finished the porting of all benchmarks but you can use them if they help you.

May I ask you what you try to do?
It sounds a bit we share some intent.
My intent with that repo is to build a little benchmarking platform to compare languages, compilers and algorithms. My primary goal for now is to compare the benchmark game implementations of Java to see how D performs against them in terms of compilation time and performance.

But it's a hobby project to get to write some D code for learning purposes first of all. And it will come forward very slowly because I don't intent to put much effort/time into it.

[1] http://benchmarksgame.alioth.debian.org/
[2] https://github.com/ThomasMader/benchmark/tree/master/src

On Sunday, 15 June 2014 at 12:25:39 UTC, David Nadlinger wrote:
Hi all,

Somebody (I think bearophile) mentioned a while back that they had a folder with all the D solutions from Rosettacode.

I'm looking for some small stand-alone compiler benchmarks, so I'd very much appreciate if whoever it was could contact me via mail.

Thanks,
David

Reply via email to