rust-performance

Profile Rust code with flamegraphs and optimize hot paths.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/vanyastaff/paramdef --skill rust-performance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-performance
Source: https://github.com/vanyastaff/paramdef/tree/main/.claude/skills/rust-performance
Command: npx skills add https://github.com/vanyastaff/paramdef --skill rust-performance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides performance optimization, profiling, and micro-architecture decisions to improve runtime efficiency.

Core Features & Use Cases

  • Profiling: Flamegraphs, cache profiling, and benchmarks.
  • Memory & allocations: Reduce allocations and use efficient data structures.
  • Inlining & codegen: Promote better codegen with concise patterns.
  • Use Case: Identify a hot path with flamegraph and optimize the inner loop.

Quick Start

Profile a function with flamegraph and apply a targeted optimization pass.