Skip to content

binc75/pyParallelTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Multi Threading & Multi Processing

Examples on how to use common python libraries for multi threading and multi processing.

Description

The 2 scripts included, if would have run the function sequentially, would have take more than 6 seconds to finish. Thanks to the MT/MP they run the function in parallel and it takes only 2 seconds to complete.

About

Python Multi Threading & Multi Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages