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...
Minimum price
$15.99
$21.99
Buying multiple copies for your team? See below for a discount!
About the Book
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:rust-numpy and ndarray to manipulate gigabyte-scale NumPy arrays directly in Rust memory without allocation overhead.py.allow_threads() and leverage Rayon for lock-free multi-threaded execution.py-spy to live Python processes, interpret flame graphs, and pinpoint exact CPU bottlenecks before writing a single line of Rust.Py_INCREF/Py_DECREF), custom CPython types, and map Rust errors directly to Python exceptions.Build real, production-ready AI components from scratch:
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.
Team Discounts
Get a team discount on this book!
Up to 3 members
Up to 5 members
Up to 10 members
Up to 15 members
Up to 25 members
About the Author
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
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms...
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
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
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.