Skip to content

Files

Latest commit

 

History

History
5 lines (3 loc) · 195 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 195 Bytes

python

Rule of thumb:

The rule of thumb in Python is to use threads only for I/O-intensive workloads and to switch to multiple processes as soon as a CPU-intensive workload is on the table.