·m10-performance
</>

m10-performance

zhanghandong/rust-skills

关键:用于性能优化。触发器:性能、优化、基准测试、分析、火焰图、标准、慢速、快速、分配、缓存、SIMD、使其更快、性能优化、基准测试

318安装·12热度·@zhanghandong

安装

$npx skills add https://github.com/zhanghandong/rust-skills --skill m10-performance

SKILL.md

| Reduce allocations | Pre-allocate, reuse | withcapacity, object pools | | Improve cache | Contiguous data | Vec, SmallVec | | Parallelize | Data parallelism | rayon, threads | | Avoid copies | Zero-copy | References, Cow | | Reduce indirection | Inline data | smallvec, arrays |

| Latency requirements | domain- | What's acceptable response time? | | Throughput needs | domain- | How many requests per second? | | Memory constraints | domain- | What's the memory budget? |

| cargo bench | Micro-benchmarks | | criterion | Statistical benchmarks | | perf / flamegraph | CPU profiling | | heaptrack | Allocation tracking | | valgrind / cachegrind | Cache analysis |

关键:用于性能优化。触发器:性能、优化、基准测试、分析、火焰图、标准、慢速、快速、分配、缓存、SIMD、使其更快、性能优化、基准测试 来源:zhanghandong/rust-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/zhanghandong/rust-skills --skill m10-performance
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 m10-performance?

关键:用于性能优化。触发器:性能、优化、基准测试、分析、火焰图、标准、慢速、快速、分配、缓存、SIMD、使其更快、性能优化、基准测试 来源:zhanghandong/rust-skills。

如何安装 m10-performance?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/zhanghandong/rust-skills --skill m10-performance 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/zhanghandong/rust-skills