Is your feature request related to a problem? Please describe.
Stryker is slow..
Describe the solution you'd like
The current workflow has to wait for the initial testrun to finish to start mutating the syntax trees. This could happen in parallel to improve performance on multi threaded systems.
Additional context
On some large projects mutating can take up seconds, just like the initial testrun. By running this in parallel we can save some time.