Rust Performance

Rust performance workflow: benchmark and profile first, identify hotspots, reduce allocations and contention, improve data layout, tune release profiles, and verify gains with repeatable evidence. Use only after you have a real Rust performance symptom, regression, or hotspot in `.rs` code.

AeonDave a389ef4 6 files · 22.1 KB Updated

File contents

AeonDave/malskill/tree/main/coding/rust-performance commit a389ef49f9

Frequently asked questions

npx skillmds@latest add aeondave/rust-performance