On Tue, 24 Nov 2015 13:21:47 GMT, tired_eyes wrote:

...and, according to this https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/toolset/setup/linux/languages/dlang.sh#L11 , vibe is built with dmd, so there is some potential for improvement by just using GDC/LDC.

And it seems that current implementation doesn't use multicores (https://github.com/TechEmpower/FrameworkBenchmarks/pull/1723)

I've opened a new PR: https://github.com/TechEmpower/FrameworkBenchmarks/pull/1771

I'll redo the multi-core PR once the other one passes. Using -version=VibeManualMemoryManagement would also improve things.