Study note
Hands-On Concurrency with Rust : Confidently build memory-safe, parallel, and efficient software in Rust
Properties
- Type
- Books
- Status
- 想读
- Domain
- Rust
- Category
- 并发、异步与运行时
- Source
- book.douban.com
- Vault note
library/books/rust/Hands-On-Concurrency-with-Rust-Confidently-build-memory-safe,-parallel,-and-effi-9d0b9a5d754da6e2.md
Summary
面向想写高性能并发 Rust 的读者,从 Rust 基础和现代机器架构讲起,覆盖性能测量、集合实现、`Sync`/`Send`、线程、锁、原子原语、数据并行,以及把 Rust 嵌入 C++ 等主题。
Highlights
强调“安全、并行、高性能”三者如何同时落地,并通过实现 mutex 等底层结构帮助理解并发抽象背后的机制。
Notes
Brian L. Troutwine;2018-5-31。
Comments
Loading comments...