mirror of https://github.com/sunface/rust-course
7 lines
265 B
7 lines
265 B
3 years ago
|
## 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)
|