Study note

The Rust Performance Book

Properties

Type
Books
Status
想读
Domain
Rust
Category
性能、内存与底层机制
Source
nnethercote.github.io
Vault note
library/books/rust/The-Rust-Performance-Book-e308f9766eacc498.md

Summary

Rust 性能优化短书,整理改善运行速度、内存占用、二进制体积和编译时间的实用技术,既包含 Rust 特定方法,也包含可迁移到其他语言的通用性能原则。

Highlights

偏中高级读者,强调实践证明有效的技巧,并链接真实 Rust 项目的 pull request 或资料,适合性能排查时快速查阅。

Notes

Nicholas Nethercote。

Comments

Loading comments...