A Simple Multiprocessing Framework Within Python

Utilizing multiprocessing is not complicated

Dylan Cunningham
Towards Data Science
3 min readJun 23, 2022

--

The base multiprocessing class within Python is very useful. If you have ever needed jobs to run faster, maybe you have tried vectorizing and you have tested multiple methods for speed but you still wait too long, then continue reading. Multiprocessing your workload has many advantages. Warning though, multiprocessing is not always faster — you need the right use-cases to improve speed. Do not fret, I have a simple solution to make utilizing multiprocessing easier.

--

--

Seeking to Improve Other’s Lives Through Technology • Working as a Financial Data Scientist