Benchmark Dlang vs Node vs Ruby

bob belcher via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri May 27 07:03:32 PDT 2016


On Friday, 27 May 2016 at 13:45:23 UTC, llaine wrote:
> Hi guys,
>
> In my journey of learning about D I tried to benchmark D with 
> Vibe.d vs node with express and Ruby with Sinatra.
>
> And the results are pretty surprising.
> I have to admit that I though D was more faster than that. How 
> is this even possible ?
>
> I am doing something wrong ?
>
>
> Here are the numbers with the project :
>
> https://github.com/llaine/benchmarks/blob/master/README.md

You should know: 
https://www.techempower.com/benchmarks/#section=data-r12&hw=peak&test=json&l=ft4

Dlang is quite slow. I have no idea way, or how to improve it. 
But clear, is not that fast. Maybe for web related is slow.
I'm more curious about more benchmarks :)


More information about the Digitalmars-d-learn mailing list