Fast Python high performance techniques for large datasets

Fast Python is your guide to optimizing every part of your Python-based data analysis process, from the pure Python code you write to managing the resources of modern hardware and GPUs. You'll learn to rewrite inefficient data structures, improve underperforming code with multithreading, and si...

Full description

Bibliographic Details
Main Author: Antao, Tiago
Format: eBook
Language:English
Published: Shelter Island, NY Manning Publications 2023
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • An urgent need for efficiency in data processing
  • Extracting maximum performance from built-in features
  • Concurrency, parallelism, and asynchronous processing
  • High-performance NumPy
  • Re-implementing critical code with Cython
  • Memory hierarchy, storage, and networking
  • High-performance pandas and Apache arrow
  • Storing big data
  • Data analysis using GPU computing
  • Analyzing big data with Dask