·rust-performance
</>

rust-performance

huiali/rust-skills

性能优化专家。处理 benchmark, profiling, allocation, SIMD, cache, 优化, 基准测试等问题。触发词:performance, optimization, benchmark, profiling, allocation, SIMD, cache, make it faster, 性能优化, 基准测试, 内存分配

6Installs·0Trend·@huiali

Installation

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

SKILL.md

| perf / flamegraph | CPU 火焰图 | | heaptrack | 分配追踪 | | valgrind --tool=cachegrind | 缓存分析 | | dhat | 堆分配分析 |

| clone 躲避生命周期 | 性能开销 | 正确所有权设计 | | 什么都 Box | 间接成本 | 优先栈分配 | | HashMap 小数据集 | 开销过大 | Vec + 线性搜索 | | 循环中字符串拼接 | O(n²) | withcapacity 或 format! | | LinkedList | 缓存不友好 | Vec 或 VecDeque |

| 内存持续增长 | 泄漏、累积 | heaptrack | | CPU 占用高 | 算法问题 | flamegraph | | 响应不稳定 | 分配波动 | dhat | | 吞吐量低 | 串行处理 | rayon 并行 |

性能优化专家。处理 benchmark, profiling, allocation, SIMD, cache, 优化, 基准测试等问题。触发词:performance, optimization, benchmark, profiling, allocation, SIMD, cache, make it faster, 性能优化, 基准测试, 内存分配 Source: huiali/rust-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-performance
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rust-performance?

性能优化专家。处理 benchmark, profiling, allocation, SIMD, cache, 优化, 基准测试等问题。触发词:performance, optimization, benchmark, profiling, allocation, SIMD, cache, make it faster, 性能优化, 基准测试, 内存分配 Source: huiali/rust-skills.

How do I install rust-performance?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-performance Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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