TL;DR: There are some ways how you can reduce the binary size of (Rust) programs that contain debug information.| Kobzol’s blog
TL;DR: I created a Cargo subcommand called cargo-wizard that simplifies the configuration of Cargo projects for maximum runtime performance, fastest compilation time or minimal binary size.| Kobzol’s blog
It has been over six months since my last update on the Rust compiler’s performance. Time for an update.| Nicholas Nethercote