skill 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