Agent
Analyzes code for performance bottlenecks using back-of-envelope calculations, traces hot paths, identifies sequential I/O, allocation patterns, and missing bulk operations.
4 8mo ago A 34 tokens
original MIT
A language-agnostic engineering wisdom plugin for Claude Code based on Performance Hints by Jeff Dean, Sanjay Ghemawat's viral article - including performance optimization, code review, testing, and software engineering practices.
Agent
Analyzes code for performance bottlenecks using back-of-envelope calculations, traces hot paths, identifies sequential I/O, allocation patterns, and missing bulk operations.
Agent
Reviews performance optimizations for correctness, validates that fixes don't introduce bugs, checks for regressions, and verifies improvements match expectations.