Skip to content

Redlining Your CPU for Fun and Profit: Threading and Multiprocessing in Python

Thunder Talk at 1:15PM EDT

Is your Python script taking too long, and your CPU utilization too low? Enter the concurrent execution standard libraries (threading, multiprocessing, concurrent.futures, etc.). Throughout the talk, we will look through various toy problems and learn how we can quickly speed it up for IO bound and CPU bound processes using the Python standard library, so you can get more done and raise that CPU usage to 100%.

Presented by

Alex Zharichenko