Go Performance

Use when profiling, benchmarking, or optimizing Go code — includes the measure-first methodology, the pprof-driven decision tree (which symptom maps to which fix), allocation reduction, capacity hints, hot-path patterns (strconv vs fmt, repeated string→byte conversions, strings.Builder), and runtime tuning. Apply proactively whenever a user mentions slowness, allocations, GC pressure, or asks for benchmarks, even if no specific pattern is named.

muratmirgun 3c437e5 7.6 KB Updated

File contents

muratmirgun/gophers/tree/main/.claude-plugin/skills/go-performance commit 3c437e5760

Frequently asked questions

npx skillmds@latest add muratmirgun/go-performance-2