E-Book, Englisch, 462 Seiten
L. Troutwine Hands-On Concurrency with Rust
1. Auflage 2018
ISBN: 978-1-78847-835-9
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Confidently build memory-safe, parallel, and efficient software in Rust
E-Book, Englisch, 462 Seiten
ISBN: 978-1-78847-835-9
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
No detailed description available for "Hands-On Concurrency with Rust".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Digital Lifestyle Mobiltelefone
- Mathematik | Informatik EDV | Informatik Digital Lifestyle Handheld, Smartphone, Tablet
- Mathematik | Informatik EDV | Informatik Technische Informatik Grid-Computing & Paralleles Rechnen
Weitere Infos & Material
Table of Contents - Preliminaries: Machine Architecture and Getting Started with Rust
- Sequential Rust Performance and Testing
- The Rust Memory Model: Ownership, References and Manipulation
- Sync and Send: the Foundation of Rust Concurrency
- Locks: Mutex, Condvar, Barriers and RWLock
- Atomics: The Primitives of Synchronization
- Atomics: Safely Reclaiming Memory
- High-Level Parallelism: Threadpools
- FFI and Embedding: Combining Rust and Other Languages
- Futurism: Near-Term Rust