performance
Installation
SKILL.md
Performance Skill
Benchmarking and performance optimization for the Rust self-learning memory system.
Quick Reference
- Benchmarking — Criterion patterns and profiling
- Optimization — CPU/memory optimization strategies
- Profiling — perf, flamegraph, tokio-console
When to Use
- Benchmarking hot paths before/after changes
- Profiling CPU/memory bottlenecks
- Validating performance improvements
- Regression detection in CI