You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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)