project8/dragonfly

parallel multido

Opened this issue · 0 comments

We have the subprocess mix-in class, we could do something very similar with a worker pool to improve the multi-do class (allowing many things to be done in parallel). It would require some work but could pattern off of the existing class (maybe upgrade/replace it?)

It is also worth checking if this same upgrade would improve things in the run scripting, (ie setting lots of things in parallel between runs in a script).