On Tue, 01 Oct 2013 07:02:57 GMT, Sönke Ludwig wrote:
On Thu, 09 May 2013 15:38:34 GMT, Mike wrote:
Hello. I got interested in the D language thanks to the D Programming Language book by Andrei Alexandrescu.
The relatively simple web benchmarks at http://www.techempower.com/benchmarks/ have been getting a lot of attention recently. Would it make sense to submit Vibe.d entries for the benchmarks?
Okay, I've ported the [GO version of the Techempower benchmark][1] target to vibe.d - except for the DB statements. If someone with a running MySQL server (and mysql-native experience) could add those in, that would be great.
https://github.com/s-ludwig/techempower-vibed
[1]: https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/go
Went a step further and integrated it into a fork of the benchmark suite: https://github.com/s-ludwig/FrameworkBenchmarks/tree/master/vibe.d
The setup.bat/setup.py scripts are completely untested right now, so those will probably need some work before a pull request can be made.