01Identifies O(n²) nested loops and recommends O(n) hash-map or set alternatives.
02Generates standardized performance reports with status indicators and estimated speed improvements.
03Detects N+1 database query problems and suggests batch fetching or joins.
04Enforces pagination and caching best practices for API endpoints and expensive computations.
052 GitHub stars
06Flags large file operations and suggests streaming methods to reduce memory overhead.