Профилирование и бенчмарки на Rust

general

performance is a Claude Code skill that guides performance optimization work in Rust projects: profiling with `perf` and `flamegraph`, identifying hot paths, and writing benchmarks using Criterion. The skill is tailored for RTK — a single Rust binary CLI proxy with under 10 ms overhead that filters and compresses shell command output before it reaches an LLM context. It fits naturally into performance iteration cycles and regression tracking. Rust engineers working on speed-sensitive CLI tools or libraries will find it useful for systematic micro-optimization and measurable improvement.