Execute CPU-Bound Tasks in Parallel With Modern Process Pools
This book distills only what you need to know to get started and be effective with the ProcessPoolExecutor, super fast.
Get the book in PDF and EPUB formats.
Includes all sample Python code files and templates.
Discover how to configure process pools including the number of workers.
Discover how to execute tasks in the process pool asynchronously.
Discover how to develop a parallel Fibonacci calculator 4x faster than the sequential version.