Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:17 +08:00
commit d175bf4178
8 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for performance-optimization-advisor skill
- [ ] performance_profiler.py: A script to profile the performance of a given code snippet or application and identify bottlenecks.
- [ ] optimization_suggestions.py: A script to generate optimization suggestions based on the profiling data.
- [ ] impact_estimator.py: A script to estimate the performance impact of applying a given optimization.