Acerca de
The m10-performance skill provides a rigorous framework for identifying and resolving bottlenecks in Rust applications. It guides developers through a tiered optimization strategy, starting with empirical measurement using tools like Criterion and Flamegraph before moving into high-impact design choices. By focusing on memory pre-allocation, cache-friendly data structures, zero-copy operations, and SIMD/parallelism, this skill ensures that performance improvements are data-driven and effectively balance execution speed with code maintainability.