You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/commands/code/perf-tuning.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# Goal
2
-
Attempt improvements to the source code in the `src`folder without causing regressions in existing functionality.
2
+
Improve performance or memory usage of `src`and related code (tests, configs, dependencies) without causing regressions.
3
3
4
-
* Performance tuning
5
-
* Memory usage reduction
4
+
Think broadly — algorithm changes, architectural restructuring, parallelization, caching strategies, library replacements, dependency upgrades, and I/O reduction are all fair game. Small logic tweaks that only shave a few milliseconds on a 1000-file run are not worth pursuing. Aim for changes with meaningful, measurable impact.
0 commit comments