소개
This skill provides Claude with specialized knowledge to identify and resolve performance bottlenecks in Python applications. It covers a wide range of diagnostic techniques, including CPU and memory profiling with tools like cProfile and memory_profiler, as well as the implementation of high-performance coding patterns such as generator expressions, LRU caching, and vectorized operations with NumPy. This is an essential toolkit for developers aiming to reduce application latency, minimize memory consumption, and scale Python-based data pipelines or web services efficiently.