Leanpub Header

Skip to main content

Extending Python with Rust. Creating high-performance Python modules with PyO3 for data processing, tokenization, and inference, replacing slow Python code.

This book is 100% completeLast updated on 2026-08-03

Minimum price

$15.99

$21.99

You pay

Author earns

$

Also available for 1 book credit with a Reader Membership

Buying multiple copies for your team? See below for a discount!

EPUB
About

About

About the Book

Unlock Order-of-Magnitude Speedups for Python AI and Data Pipelines with Rust!

Python is the undisputed leader in Data Science and AI, but when it comes to CPU-bound processing, text tokenization, and real-time inference, it hits a hard wall: The Global Interpreter Lock (GIL), interpreter overhead, and memory copy bottlenecks.

What if you could keep your clean Python APIs while executing hot loops at raw, native C/C++ speeds—without risking memory leaks or segmentation faults?

Systems AI with Rust: Replacing Python's Bottlenecks with Native Performance is your comprehensive, production-grade guide to bridging the gap between Python ergonomics and Rust systems performance.

Inside This Practical Guide, You Will Discover:
  • The PyO3 & Maturin Toolchain: Learn how to seamlessly compile Rust code into native Python modules and build multi-platform binary wheels ready for PyPI distribution.
  • Zero-Copy Data Exchange: Master rust-numpy and ndarray to manipulate gigabyte-scale NumPy arrays directly in Rust memory without allocation overhead.
  • Fearless Parallelism Beyond the GIL: Safely release the Global Interpreter Lock using py.allow_threads() and leverage Rayon for lock-free multi-threaded execution.
  • Data-Driven Profiling: Attach py-spy to live Python processes, interpret flame graphs, and pinpoint exact CPU bottlenecks before writing a single line of Rust.
  • C-API Deep Dives & Error Mapping: Safely manage reference counting (Py_INCREF/Py_DECREF), custom CPython types, and map Rust errors directly to Python exceptions.
Real-World Case Studies Included:

Build real, production-ready AI components from scratch:

  • A High-Performance Byte-Pair Encoding (BPE) Text Tokenizer.
  • A Zero-Copy Vector Search and Similarity Engine.
  • A Multi-Threaded Real-Time Log Anomaly Detector.
  • A Parallel DataFrame Preprocessing Function for Polars and Pandas.

Whether you are an AI Engineer seeking lower latency, a Data Engineer scaling ingestion pipelines, or a Rust Developer entering the Python ecosystem, this book gives you the exact blueprints to build faster, safer, and more scalable AI systems today.

Stop guessing where your pipeline is slow, build high-performance Python extensions with Rust!

Table of contents

Chapter 1: The 'Why' - Replacing Python's Bottlenecks with Rust's Performance

Chapter 2: Setup - Creating a Mixed Rust/Python Project with `maturin`

Chapter 3: `#[pyfunction]` and `#[pymodule]` - Your First Native Python Module

Chapter 4: Type Conversions - Working with Python Strings, Lists, and Dicts

Chapter 5: Handling Python Exceptions from Rust

Chapter 6: `#[pyclass]` - Exposing Rust Structs as Python Classes

Chapter 7: `rust-numpy` - Zero-Copy Access to NumPy Arrays

Chapter 8: Releasing the GIL - True Parallelism for CPU-Bound Tasks

Chapter 9: Accepting Python Callbacks in Rust

Chapter 10: A Deep Dive into the Python C API from Rust

Chapter 11: Case Study - Building a High-Performance Text Tokenizer like `huggingface/tokenizers`

Chapter 12: Case Study - A Parallel Data Preprocessing Function for Polars/Pandas

Chapter 13: Case Study - Creating Python Bindings for a Rust-based Inference Engine

Chapter 14: Packaging and Distributing Your Native Module to PyPI

Chapter 15: Profiling with `py-spy` to Identify Python Bottlenecks

Chapter 16: Identifying a Slow Data Augmentation Function in a Python Pipeline

Chapter 17: Rewriting the Function in Performant, Parallel Rust

Chapter 18: Exposing it to Python with `PyO3` and `rust-numpy`

Chapter 19: Packaging it as a Wheel with `maturin`

Chapter 20: Benchmarking the Drastic Performance Improvement

If printed, this ebook would span over 400 pages. Each chapter is structured into theoretical foundations, an annotated basic example, an annotated advanced example, and five coding exercises based on real-world scenarios with complete solutions.

Share this book

Categories

Team Discounts

Team Discounts

Get a team discount on this book!

  • Up to 3 members

    Minimum price
    $39.00
    Suggested price
    $54.00
  • Up to 5 members

    Minimum price
    $63.00
    Suggested price
    $87.00
  • Up to 10 members

    Minimum price
    $111
    Suggested price
    $153
  • Up to 15 members

    Minimum price
    $159
    Suggested price
    $219
  • Up to 25 members

    Minimum price
    $239
    Suggested price
    $329

Author

About the Author

Edgar Milvus

A veteran software engineer with 20 years of experience, I have dedicated my career to the art of automation. My philosophy is simple: programming should eliminate repetitive chores to unlock human creativity. This journey began early on with the development of custom code-generation tools and has evolved into a deep mastery of LLMs and their APIs. Today, I specialize in architecting AI-driven solutions that handle everything from complex coding and security tasks to advanced knowledge retrieval, transforming the way we interact with technology

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $15 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub