Consider the following code.
This is running on a virtual machine with a single (!) core.
How is it possible that on a single-threaded machine, the version where the tasks run in paralell is faster (see measurements in image)?
The file is large (1.5MB).
Thanks!