Condition: New. Print on Demand.
Condition: New. Print on Demand.
Condition: New. Print on Demand.
Condition: New. Print on Demand.
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
£ 18.07
Quantity: Over 20 available
Add to basketPAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
£ 18.99
Quantity: Over 20 available
Add to basketPAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
£ 18.99
Quantity: Over 20 available
Add to basketPAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
£ 18.99
Quantity: Over 20 available
Add to basketPAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: CitiRetail, Stevenage, United Kingdom
Paperback. Condition: new. Paperback. Break through Python's performance limits and master systems programming.Python is unparalleled for developer productivity, but as your applications scale, you inevitably encounter the hard limits of the interpreter and the Global Interpreter Lock (GIL). When your data processing slows to a crawl or your server struggles under heavy traffic, rewriting everything in C or C++ feels like a dangerous leap backward into manual memory management.Enter Rust. Rust delivers the blazing speed and hardware control of C, paired with a revolutionary compiler that guarantees memory safety and prevents data races.Rust for Python Programmers is designed specifically for developers who already know how to build software. Instead of treating you like a beginner, this guide leverages your existing Python mental models to accelerate your learning. You will discover how to translate dynamic typing into strict compiler guarantees, and how to replace slow Python loops with zero-cost functional iterators.Inside this book, you will learn how to: Overcome the Python GIL to achieve true multi-core parallel processing.Grasp Rust's unique ownership and borrowing rules without the steep learning curve.Structure robust data using structs, enums, and pattern matching.Build asynchronous, networked applications capable of handling massive traffic using Tokio.Create blazing-fast command-line utilities that compile into a single executable binary.Write optimized Rust extensions and integrate them directly into your existing Python codebase using PyO3 and Maturin.Whether you are building data pipelines, web backends, or system tools, this book provides the practical roadmap you need. Stop choosing between rapid development and raw execution speed. Learn how to write software that runs at the speed of the machine while maintaining the clarity you have always enjoyed.Elevate your engineering skills and start building unbreakable, high-performance systems today. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Seller: CitiRetail, Stevenage, United Kingdom
Paperback. Condition: new. Paperback. C++ developers already know the hard parts. Now write code the compiler proves safe.Decades of systems programming have made one truth undeniable: writing fast software in C++ demands constant, exhausting vigilance. Every pointer dereference, every heap allocation, every thread interaction carries the risk of undefined behavior, data races, and security vulnerabilities that only appear at runtime, often in production.Rust eliminates this tradeoff entirely.Rust for C++ Developers is a technically rigorous, concept-mapping guide designed exclusively for engineers who already think in terms of memory layouts, RAII, pointer aliasing, and instruction caches. This is not a beginner's introduction to programming. It is a direct translation of everything you already know into a language whose compiler enforces the exact disciplines you currently maintain manually.What You Will LearnHow Rust's ownership model formalizes C++'s RAII pattern into an unbreakable compile-time contractThe borrow checker's Aliasing XOR Mutability rule and how it eliminates dangling pointers and data races permanentlyLifetime annotations, non-lexical lifetime analysis, and pointer validity across complex scope boundariesRust's algebraic data types, traits, generics, and monomorphization, mapped directly to C++ templates and abstract base classesSmart pointer types and interior mutability patterns replacing std:: shared_ptr and std:: weak_ptrFearless concurrency using the Send and Sync marker traits, scoped threads, and channel-based message passingAsync Rust and state machine compilation compared directly to C++20 coroutinesZero-cost iterator abstractions proven against compiled assembly outputSystems-level optimization including SIMD intrinsics, cache-friendly layouts, lock-free atomics, and arena allocatorsSeamless C++ interoperability using the Foreign Function Interface, bindgen, and the cc crateWho This Book Is ForThis book is written for experienced C++ developers, systems programmers, and low-level engineers building operating systems, embedded firmware, game engines, high-frequency trading platforms, and network infrastructure. Every explanation builds on concepts you already possess.If you have ever traced a segmentation fault through a core dump, hunted a race condition across a million-line codebase, or written documentation that was the only thing standing between your code and a memory corruption vulnerability, this book was written for you.Modern systems programming no longer requires choosing between safety and speed. Rust proves both are possible, at compile time. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Seller: CitiRetail, Stevenage, United Kingdom
Paperback. Condition: new. Paperback. Unlock the power of high-performance backend systems by transitioning from JavaScript to Rust.Are you a JavaScript or Node.js developer hitting performance bottlenecks? Scaling web applications demands more than just adding servers. It requires a language designed for speed, memory safety, and fearless concurrency. Rust for Web Developers is your definitive guide to migrating your web development skills into the robust ecosystem of Rust.This comprehensive guide bridges the gap between the flexible, dynamic world of JavaScript and the strictly typed, blisteringly fast domain of systems programming. You will not just learn Rust syntax. You will rewire your development mindset to engineer scalable, observable, and highly optimized backend architectures ready to handle massive scale.What you will discover inside: Seamless Transition Strategies: Leverage your existing Node.js and web development knowledge to rapidly grasp Rust core concepts, ownership, and borrowing.High-Performance Web Servers: Master the Axum framework and Tokio asynchronous runtime to build lightning-fast web APIs and microservices.Robust Database Integration: Implement efficient database connection pooling using SQLx to protect your databases during severe traffic spikes.Production-Ready Patterns: Configure graceful shutdowns, implement structured logging, and design health checks for load balancer compatibility.Memory Safety Without Garbage Collection: Eliminate memory leaks and data races while maintaining zero-cost abstractions.Stop struggling with unpredictable latency and scaling issues. Whether you are building microservices, high-traffic APIs, or transitioning legacy Node.js applications, this book equips you with the practical tools and architectural patterns to deploy resilient, enterprise-grade backends.Elevate your engineering career and build systems that scale gracefully under pressure. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Seller: CitiRetail, Stevenage, United Kingdom
Paperback. Condition: new. Paperback. Transform your data infrastructure with the speed and safety of Rust.In the era of massive datasets, data engineers are hitting the performance limits of traditional programming languages. Memory leaks, garbage collection pauses, and concurrency bottlenecks can cripple large pipelines. Rust offers a paradigm shift. By combining low level hardware control with high level memory safety, Rust empowers you to build concurrent systems that process terabytes of data without sacrificing reliability.This comprehensive guide bridges the gap between systems programming and data engineering. You will discover how to harness zero cost abstractions and memory efficient parallel computing to optimize your workflows. From mastering the unique ownership and borrowing concepts to configuring Zstd compression for Apache Parquet files, this book provides the exact tools you need to architect blazing fast data pipelines.Inside this book, you will learn how to: Architect concurrent data pipelines using safe memory management practices.Master Rust fundamentals including ownership, lifetimes, structs, and error handling.Implement functional programming patterns with iterators and collections for data transformation.Optimize physical storage by writing efficient Apache Parquet files with Zstd compression.Eliminate data races and unexpected crashes in high throughput streaming systems.Reduce latency and infrastructure costs through predictable resource utilization.Whether you are building real time analytics platforms or scaling distributed batch processing frameworks, this book delivers practical patterns for immediate application. You will confidently navigate the learning curve and apply memory efficient computing to your most demanding workloads.Who is this book for: Data engineers, software developers, and systems architects who want to break through the performance ceilings of Python or Java. A basic understanding of data processing concepts is recommended, but prior experience with systems programming is not required.Take control of your data infrastructure. Start building robust, high performance pipelines today. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.