On Friday, 1 August 2014 at 23:16:45 UTC, Stefan Koch wrote:
jsonRunner really runs fast ... io overhead really makes a diffrence
Correction I just checked the old runner and I found out the following: sdc runs 7.5 times faster if all sourceFiles are compiled together.
(as dub does)the slowdown is only visible if one compiles each file into an objectfile and then links it together.
(as the makefile does)
