Edit: This list is now maintained in the rust-anthology repo. Introduction Understanding Over Guesswork An Alternative Introduction to Rust Rust and CSV Parsing Ownership Where Rust Really Shines Rust Means Never Having to Close a Socket The Problem with Single-threaded Shared Mutability
Achieving warp speed with Rust Contents: Number one optimization tip: don't Never optimize blindly Don't bother optimizing one-time costs Improve your algorithms CPU architecture primer Keep as much as possible in cache Keep as much as possible in registers