python-performance-optimization
Originally fromwshobson/agents
Installation
SKILL.md
中文描述
本技能提供全栈开发相关的最佳实践和模式指导。
name: python-performance-optimization description: Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.
Python Performance Optimization
Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices.