Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 365 Bytes

File metadata and controls

5 lines (4 loc) · 365 Bytes

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.