Get Free Shipping on orders over $89
Writing High-Performance Applications in Rust: Profiling, Benchmarking, and Optimization : Modern Systems Programming with Rust - Dorian Reed

Writing High-Performance Applications in Rust: Profiling, Benchmarking, and Optimization

Modern Systems Programming with Rust

By: Dorian Reed

eBook | 4 March 2026

At a Glance

eBook


$6.99

or 4 interest-free payments of $1.75 with

Instant Digital Delivery to your Kobo Reader App

Unlock the true speed of Rust.

Rust guarantees memory safety and concurrency without data races, but the compiler alone cannot make your application fast. To achieve C-level performance, you must look beyond zero-cost abstractions and understand how your code interacts with the physical hardware.

Writing High-Performance Applications in Rust is the definitive guide for intermediate and advanced developers ready to bridge the gap between high-level syntax and low-level silicon. This book provides a rigorous, data-driven approach to performance engineering, equipping you with the skills to measure, analyze, and optimize your systems to their absolute limits.

Inside, you will discover:

  • Hardware Fundamentals: Understand CPU pipelines, branch prediction, out-of-order execution, and the unforgiving latency of the memory hierarchy.
  • Measurement and Tooling: Master the scientific method of performance using Criterion for micro-benchmarking, flamegraphs for CPU profiling, and hardware performance counters to expose silicon-level bottlenecks.
  • Sequential Core Optimization: Restructure your data for cache efficiency, eradicate dynamic heap allocations using arenas and object pools, and minimize the hidden overhead of Rust abstractions.
  • Concurrency and Async at Scale: Navigate the physical costs of multithreading, eliminate lock contention, utilize cross-platform SIMD instructions, and tune the Tokio asynchronous runtime for massive network throughput.
  • Advanced Compiler Tuning: Push beyond source code by configuring Link-Time Optimization, Profile-Guided Optimization, and target CPU instructions to reshape your final binary executable.

Stop guessing why your code is slow. Learn to build deep mechanical sympathy with the machine. Whether you are developing high-throughput data pipelines, real-time scientific simulations, or highly concurrent microservices, this book will transform you from a Rust programmer into a master systems engineer.

Maximize your throughput, minimize your latency, and forge software that operates at the speed of electricity.

on

More in Programming & Scripting Languages

Learn Calculus with Python - Nick McIntyre

eBOOK

RRP $61.72

$49.38

20%
OFF