Vibe.d - very low performance

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 7 12:03:52 PDT 2017


On 2017-07-07 20:22, Marek wrote:

> What do you mean by 'scalability'? Raw tornado or bottle frameworks have
> much better results than vibe.d. Python and Ruby have GIL so they can't
> use threads in their standard implementations. They have much better
> results anyway.

I think that vibe.d didn't take full advantage of multi core, even when 
enabling threading support. Ruby, or rather Rails, applications are 
usually run using multiple processes, which allows to scale on a multi 
core CPU. You can do the same with vibe.d as well.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list