mold: A Modern Linker 🦠. Contribute to rui314/mold development by creating an account on GitHub.| GitHub
Cargo subcommand for configuring Cargo projects for best performance. - Kobzol/cargo-wizard| GitHub
Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT. - Kobzol/cargo-pgo| GitHub
This blog post is essentially a PSA on how you can easily improve dev incremental rebuild performance.| Kobzol’s blog
Profiles| doc.rust-lang.org
Configuration| doc.rust-lang.org
Invokes a closure, capturing the cause of an unwinding panic if one occurs.| doc.rust-lang.org
David Lattimore - 2024-02-04| davidlattimore.github.io
mimalloc is a compact general purpose allocator with excellent performance. - microsoft/mimalloc| GitHub
Empowering everyone to build reliable and efficient software.| blog.rust-lang.org
TL;DR: On Linux, if you have Transparent Huge Pages enabled, you can try to run cargo with the environment variable MALLOC_CONF="thp:always,metadata_thp:always" for a potential ~5% speed boost.| Kobzol’s blog
Profile-guided Optimization| doc.rust-lang.org