Rust Atomics and Locks Rust Atomics and Locks

Rust Atomics and Locks

    • 59,99 $
    • 59,99 $

Description de l’éditeur

The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory ordering bugs are not uncommon.

In this practical book, Mara Bos, leader of the Rust library team, helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and memory ordering and how they're combined with basic operating system APIs to build common primitives like mutexes and condition variables. Once you're done, you'll have a firm grasp of how Rust's memory model, the processor, and the role of the operating system all fit together.

With this guide, you'll learn:
How Rust's type system works exceptionally well for programming concurrency correctlyAll about mutexes, condition variables, atomics, and memory orderingWhat happens in practice with atomic operations on Intel and ARM processorsHow locks are implemented with support from the operating systemHow to write correct code that includes concurrency, atomics, and locksHow to build your own locking and synchronization primitives correctly

GENRE
Informatique et Internet
SORTIE
2022
14 décembre
LANGUE
EN
Anglais
LONGUEUR
252
Pages
ÉDITEUR
O'Reilly Media
VENDEUR
O Reilly Media, Inc.
TAILLE
5
 Mo
C++ Concurrency in Action C++ Concurrency in Action
2019
Multicore and GPU Programming Multicore and GPU Programming
2022
Learn You Some Erlang for Great Good! Learn You Some Erlang for Great Good!
2013
Structured Parallel Programming Structured Parallel Programming
2012
RP2040 Assembly Language Programming RP2040 Assembly Language Programming
2021
PoC or GTFO, Volume 2 PoC or GTFO, Volume 2
2018
Programming Rust Programming Rust
2021
Rust for Rustaceans Rust for Rustaceans
2021
The Rust Programming Language, 2nd Edition The Rust Programming Language, 2nd Edition
2023