classner / pymp

Easy, OpenMP style multiprocessing for Python on Unix.
MIT License
280 stars 29 forks source link

Inclusion of batch parameter to avoid io overhead #19

Closed pdsferreira closed 3 years ago

pdsferreira commented 3 years ago

Hi, your python package is great, a good addition to it would be a "batch" parameter, to separate in serial packages to iterate in a parallel way (different packages). I know we can do this without a new parameter, but it would be great.

classner commented 3 years ago

Hi @pdsferreira !

How would you design such a parameter/interface?