About
This skill empowers developers to deep-dive into Rust compilation performance by leveraging the analytical power of DuckDB on chrome_profiler.json data. It provides a suite of pre-defined SQL queries to pinpoint slow trait resolutions, excessive generic instantiations (monomorphization), and LLVM backend delays. By transforming raw profiling JSON into actionable insights, it enables developers to implement targeted optimizations that significantly reduce build times for complex, generic-heavy Rust projects.