Page 1 of 1

multi-threaded batch commands

Posted: 20 Nov 2016 16:20
by mirrormirror
stumbled across this utility and thought some of you might find it useful:

https://github.com/lordmulder/MParallel

MParallel is a batch processor with multi-threading support, i.e. it will run multiple tasks in parallel. This can be very useful, not only, to take full advantage of multi-processor (multi-core) machines.

Re: multi-threaded batch commands

Posted: 20 Nov 2016 16:53
by ShadowThief
We've been using start /b for years to multithread. It will be interesting to see what kind of performance boost this will bring.