Study note
Introduction - The Rust Performance Book
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Rust
- Category
- 性能、内存与底层机制
- Source
- nnethercote.github.io
- Vault note
library/articles/rust/Introduction---The-Rust-Performance-Book-5eb5576f35c8245a.md
Summary
Nicholas Nethercote 的 Rust Performance Book,覆盖 profiling、编译时间、allocation、collections、iterators、bounds checks 和性能分析方法。
Highlights
适合优化 Rust 程序前阅读,强调先测量再优化。
Comments
Loading comments...