On 2018-11-08 05:16, Manu wrote: > 4 seconds? That's just untrue. D is actually kinda slow these days... > In my experience it's slower than modern C++ compilers by quite a lot. This is my result on macOS: $ $ make -f posix.mak clean $ time make -f posix.mak -j 16 real 0m3.127s user 0m5.478s sys 0m1.686s -- /Jacob Carlborg