Simple web server benchmark - vibe.d is slower than node.js and Go?

Sönke Ludwig sludwig+d at outerproduct.org
Thu Sep 21 10:21:17 UTC 2017


>      shared static this()
>      {
>          (...)
>      }

BTW, I'd recommend using

     void main()
     {
         (...)
         runApplication();
     }

instead and dropping the VibeDefaultMain version in the package recipe. 
The old approach is planned to be faded out slowly, because it requires 
some special DUB support that would be nice to see gone at some point.


More information about the Digitalmars-d mailing list