Performance Optimization

Applies measure-first performance optimization: profiles to find hot spots, applies algorithm and data-structure improvements before micro-optimizations, and validates each change prevents regression. For single-process code tuning; not for correctness bugs (use cc-debugging) or concurrency, distributed, and real-time tuning (explicitly out of scope).

ryanthedev 35bf17d 2 files · 14.1 KB Updated

File contents

ryanthedev/code-foundations/tree/main/skills/performance-optimization commit 35bf17dbc5

Frequently asked questions

npx skillmds@latest add ryanthedev/performance-optimization