## books 1. [Rust性能之书](https://nnethercote.github.io/perf-book/title-page.html) 2. [How to write fast rust code](https://likebike.com/posts/How_To_Write_Fast_Rust_Code.html#emit-asm) ## crates 1. [高性能Mutex库](https://github.com/Amanieu/parking_lot)