skuschel / generatorpipeline

Parallelize your data-processing pipelines with just a decorator.
GNU General Public License v3.0
2 stars 4 forks source link

Parallelize to other machines #5

Open skuschel opened 4 years ago

skuschel commented 4 years ago

Currently multiprocessing is used, which limits the parallelization to the current machine. Figure out more options and how to implement them.