18 515 670 książek w 175 językach
Jednak się nie przyda? Nic nie szkodzi! Możesz zwrócić produkty nawet do 30 dni
Bon prezentowy to zawsze dobry pomysł. Obdarowany może za bon prezentowy wybrać cokolwiek z naszej oferty.
Nawet do 30 dni na zwrot
Move beyond theoretical computer science and master the physical reality of memory management.
Rust fundamentally changes how developers approach data structures. It demands absolute control over memory layout, ownership, and lifetimes. This comprehensive guide bridges the gap between high level abstractions and modern systems programming, teaching you how to build robust, memory-safe architectures from the ground up.
Traditional textbooks rely on languages that hide the hardware, assuming pointer indirection has no physical cost. This book confronts the reality of modern computing. You will learn to design structures that flow harmoniously through the CPU cache, leveraging the strict compiler guarantees of Rust to eliminate memory leaks and data races entirely.
What you will discover inside:
Foundations of Memory: Understand stack and heap allocations, pointer indirection, and strict alignment rules to eliminate wasted padding bytes.
The Power of Contiguous Arrays: Master vectors, slices, and double ended queues to maximize cache locality and keep processing pipelines fully saturated.
Safe Linked Topologies: Navigate strict borrowing constraints to implement smart pointers, shared ownership, and complex graph networks without relying on garbage collection.
Associative Structures: Build and optimize hash tables and self balancing B-Trees for rapid data retrieval and perfectly sorted iterations.
Performance Engineering: Deploy statistical benchmarking, profile memory allocations, and utilize carefully controlled unsafe blocks for absolute maximum throughput.
Whether you are building high frequency trading systems, game engines, or critical operating system components, this book provides the exact mechanical understanding required to write blazing fast, uncompromisingly safe code.