Skip to main content

dotnet-micro-optimization

Benchmark-driven micro-optimization loop: find the fastest implementation of a hot function by measuring one-hypothesis-per-variant implementations under a benchmark harness, reading JIT/native disassembly to explain the numbers, and iterating until improvements fall below 2-3%. Use this whenever the user wants to optimize a small hot function, find the fastest implementation of something, compare implementation variants, set up micro benchmarks (BenchmarkDotNet, criterion, google-benchmark), analyze JIT assembly or machine code, vectorize a loop with SIMD/intrinsics, or asks "why is this slow" / "make this faster" at the function level — even if they never say the word "benchmark". Also use it when porting an optimization winner back into a library (runtime dispatch, correctness parity tests, before/after end-to-end measurement for a PR).

跳到安装

来源信息

仓库
guitarrapc/dotfiles-win
最近来源活动
2026年7月28日 18:24
检测到的 SKILL.md 语言
英语
星标
2
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。