Review Perf

Review Rust changes for avoidable allocations, hot-path cost, and unmockable time or randomness. Covers needless String/clone/round-trip allocation, per-call dispatch that could be decided once, algorithmic growth, contention, hard-wired clocks or entropy where injectable sources exist, and honest benchmark reporting. Use for cost or clock/randomness-injection audits, or when review-lens routes a hot path or claimed optimization here. Not for micro-style preferences or off-path optimizations that add complexity for no measured gain.

martintmk Updated

File contents

martintmk/copilot-skills/tree/main/plugins/copilot-skills/skills/review-perf commit 2f9b018e6c

Frequently asked questions

npx skillmds@latest add martintmk/review-perf