dvida / PyDomainParallelizer

You need to quickly parallelize a function in Python? This code will make your life simple! Just give it the function you want to parallelize and a list of function arguments for each function run.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyDomainParallelizer

Do you need to quickly parallelize a function in Python? This code is exactly what you are looking for! Just give it a function you want to parallelize and a list of function arguments for each function run, and you are good to go!

About

You need to quickly parallelize a function in Python? This code will make your life simple! Just give it the function you want to parallelize and a list of function arguments for each function run.

License:MIT License


Languages

Language:Python 100.0%