关于
This skill equips Claude with specialized knowledge to identify and resolve performance bottlenecks in Python applications. It provides comprehensive guidance on profiling techniques using tools like cProfile, memory_profiler, and py-spy to analyze CPU and memory usage. Users can leverage this skill to implement high-performance patterns such as generator expressions, LRU caching, NumPy vectorization, and slotted classes. Whether you are debugging a slow API, reducing the memory footprint of a data pipeline, or optimizing production algorithms, this skill offers the specific implementation patterns needed to scale Python code effectively.