tag
m10▌
2 indexed skills · max 10 per page
skills (2)
m10-performance
zhanghandong/rust-skills · Productivity
Systematic approach to identifying and eliminating performance bottlenecks through measurement and targeted optimization. \n \n Emphasizes profiling first (flamegraph, perf, criterion) before optimizing; includes decision table mapping goals (reduce allocations, improve cache, parallelize) to specific implementation patterns \n Prioritizes optimization by impact: algorithm choice (10x–1000x), data structure (2x–10x), allocation reduction (2x–5x), cache optimization (1.5x–3x) \n Covers common tec
m10-performance
actionbook/rust-skills · Productivity
Layer 2: Design Choices