Skip to content

analkumar2/parallelize-forloops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The aim here is to parallelize any for loop.
The primary fucntion you want ot use is Multiprocessthis_appendsave from the goMultiprocessing.py script.
testMP.py gives a simple example.
Do note that multiprocessing can be slower than 'for loops' if the task doesn't require enough CPU resources.

About

Parallelize your for loops easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages