Optimizing Python Performance

Optimizes Python library performance through profiling (cProfile, PyInstrument), memory analysis (memray, tracemalloc), benchmarking (pytest-benchmark), and optimization strategies. Use when analyzing performance bottlenecks, finding memory leaks, or setting up performance regression testing. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/wdm0006--python-skills--performance commit d498522af5

Frequently asked questions

npx skillmds@latest add tomevault-io/optimizing-python-performance