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 7f6f79f 5 files · 22.3 KB Updated

File contents

muratmirgun/gophers/tree/main/skills/go-performance commit 7f6f79fd86

Frequently asked questions

npx skillmds@latest add muratmirgun/go-performance