-
Notifications
You must be signed in to change notification settings - Fork 1
Multiprocessing can be an effective way to speed up a time-consuming workflow via parallelization. This article illustrates how multiprocessing can be utilized in a concise way when implementing MapReduce-like workflows.
License
python-supply/map-reduce-and-multiprocessing
ErrorLooks like something went wrong!
About
Multiprocessing can be an effective way to speed up a time-consuming workflow via parallelization. This article illustrates how multiprocessing can be utilized in a concise way when implementing MapReduce-like workflows.