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

Key Metrics

Installs
2
GitHub Stars
12
First Seen
May 12, 2026
performance — d-o-hub/rust-self-learning-memory