Author: | Francesco Pierfederici | ISBN: | 9781785887048 |
Publisher: | Packt Publishing | Publication: | April 12, 2016 |
Imprint: | Packt Publishing | Language: | English |
Author: | Francesco Pierfederici |
ISBN: | 9781785887048 |
Publisher: | Packt Publishing |
Publication: | April 12, 2016 |
Imprint: | Packt Publishing |
Language: | English |
Harness the power of multiple computers using Python through this fast-paced informative guide
This book is for Python developers who have developed Python programs for data processing and now want to learn how to write fast, efficient programs that perform CPU-intensive data processing tasks.
CPU-intensive data processing tasks have become crucial considering the complexity of the various big data applications that are used today. Reducing the CPU utilization per process is very important to improve the overall speed of applications.
This book will teach you how to perform parallel execution of computations by distributing them across multiple processors in a single machine, thus improving the overall performance of a big data processing task. We will cover synchronous and asynchronous models, shared memory and file systems, communication between various processes, synchronization, and more.
This example based, step-by-step guide will show you how to make the best of your hardware configuration using Python for distributing applications.
Harness the power of multiple computers using Python through this fast-paced informative guide
This book is for Python developers who have developed Python programs for data processing and now want to learn how to write fast, efficient programs that perform CPU-intensive data processing tasks.
CPU-intensive data processing tasks have become crucial considering the complexity of the various big data applications that are used today. Reducing the CPU utilization per process is very important to improve the overall speed of applications.
This book will teach you how to perform parallel execution of computations by distributing them across multiple processors in a single machine, thus improving the overall performance of a big data processing task. We will cover synchronous and asynchronous models, shared memory and file systems, communication between various processes, synchronization, and more.
This example based, step-by-step guide will show you how to make the best of your hardware configuration using Python for distributing applications.