nuald / simple-web-benchmark

A simple web benchmark of C++, Crystal, Go, Java, Node.js, PHP, Python, Rust and Scala.
The Unlicense
37 stars 9 forks source link

update readme - D running instructions; remove LDC recommendations si… #8

Closed buggins closed 6 years ago

buggins commented 6 years ago

…nce it adds only a few percents of performance

nuald commented 6 years ago

I think it's fair and valuable to keep both DMD and LDC metrics available (and I've done it already in the most recent commit). However, I had to change the source code and the configuration:

buggins commented 6 years ago

Go implementation eats 120% CPU. Can it be done w/o multithreading? Go allocates threads (workers) by default according to number of CPU cores.