This is our Canada store.

Looks like you're in United States. You need a Canada address to shop on our Canada store. Go to our United States store to continue.

Showing results for "dorian reed"

  • Bestsellers
  • Highest Rated
  • Price: Low to High
  • Title: A to Z
  • Title: Z to A
  • Date: Newest to Oldest
  • Date: Oldest to Newest
Clear All

Showing 1 - 4 of 4 Results

Adult content is visible. 

2026

EN

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 sy...

2026

EN

Master the art of fearless concurrency and build blazing-fast, memory-safe systems with Rust.Modern software demands maximum performance. From high-performance database engines to massive web servers, extracting every ounce of power from multi-core processors is no longer optional. But concurrent programming is notoriously difficult, plagued by data races, deadlocks, and unpredictable memory corruption. Rust changes the rules.Concurrent...

2026

EN

Master the art of systems-level networking and build blazing-fast, concurrent servers with Rust.Moving from standard application development to low-level network programming can be daunting. You need to understand kernel-level data movement, manage complex concurrent state, and guarantee memory safety without sacrificing a single drop of performance."Network Programming in Rust: TCP, HTTP, and High-Performance Servers" is your definitive gu...

2026

EN

Take control of the physical world with Rust.There is a profound moment in software engineering when your code escapes the operating system and directly manipulates physical hardware. Embedded and Low-Level Development in Rust is your comprehensive guide to crossing that boundary. Designed for experienced backend developers and veteran C firmware engineers alike, this book strips away abstract programming concepts and grounds them in the reality of