Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Performance Optimization

Apply systematic performance optimization techniques for Python and Rust code: estimation + profiling, API/bulk design, algorithmic wins, cache-friendly memory layout, fewer allocations, fast paths, caching, and compiler-friendly hot loops. Use for performance code reviews, refactors, and profiling-driven optimizations. Keywords: performance, latency, throughput, cache, allocation, memory layout, PyO3, msgspec, tokio, async, pprof, py-spy, perf.

majiayu000 73dd147 2 files · 24.3 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/performance-optimization commit 73dd1474a9

Frequently asked questions

npx skillmds add majiayu000/performance-optimization-2