概要
This skill provides a comprehensive toolkit for identifying and fixing performance issues in Python applications. It guides users through various profiling techniques—including CPU, memory, and line-level analysis—using industry-standard tools like cProfile and memory-profiler. Beyond diagnostics, it offers proven implementation patterns for algorithmic improvements, caching strategies, and memory-efficient data structures, making it indispensable for developers building high-scale or latency-sensitive Python services.