Shōkai Rust atomikku sōsa to rokku heikō shori jissō no tame no tei-reiya puroguramingu

"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 orderin...

Full description

Bibliographic Details
Main Author: Bos, Mara
Other Authors: Nakada, Hidemoto (Translator)
Format: eBook
Language:Japanese
Published: Tōkyō-to Shinjuku-ku Orairī Japan 2023
Edition:Shohan
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02831nmm a2200397 u 4500
001 EB002192909
003 EBX01000000000000001330374
005 00000000000000.0
007 cr|||||||||||||||||||||
008 240201 ||| jpn
020 |a 9784814400515 
050 4 |a QA76.73.R87 
100 1 |a Bos, Mara 
130 0 |a Rust atomics and locks 
245 0 0 |a Shōkai Rust atomikku sōsa to rokku  |b heikō shori jissō no tame no tei-reiya puroguramingu  |c Mara Bos cho ; Nakada Hidemoto yaku = Rust atomics and locks : low-level concurrency in practice / Mara Bos 
246 3 1 |a Rust atomikku sōsa to rokku 
246 3 1 |a Rust atomics and locks 
250 |a Shohan 
260 |a Tōkyō-to Shinjuku-ku  |b Orairī Japan  |c 2023 
300 |a 236 pages 
505 0 |a Includes bibliographical references 
653 |a Rust (Computer program language) / http://id.loc.gov/authorities/subjects/sh2018000672 
653 |a Computer multitasking / http://id.loc.gov/authorities/subjects/sh92001010 
653 |a Rust (Langage de programmation) 
653 |a Fonctionnement multitâche 
653 |a Programmation (Informatique) 
653 |a Computer programming / http://id.loc.gov/authorities/subjects/sh85107310 
653 |a computer programming / aat 
700 1 |a Nakada, Hidemoto  |e translator 
041 0 7 |a jpn  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 4814400519 
776 |z 9784814400515 
856 4 0 |u https://learning.oreilly.com/library/view/~/9784814400515/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.133 
520 |a "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 correctly All about mutexes, condition variables, atomics, and memory ordering What happens in practice with atomic operations on Intel and ARM processors How locks are implemented with support from the operating system How to write correct code that includes concurrency, atomics, and locks How to build your own locking and synchronization primitives correctly." --