Go Performance

Guides expert-level Go performance optimization: pprof profiling, escape analysis, allocation optimization, GOMAXPROCS tuning, and benchmarking with testing.B. Use when the user asks about Go performance, pprof, escape analysis, allocation optimization, GOMAXPROCS, Go benchmarks, memory profiling. Do NOT use when the user asks about Go idioms (use `go-idioms`), Go concurrency (use `go-concurrency-patterns`), general performance testing (use `performance-testing`).

FerroxLabs 16e7fc3 2 files · 33.3 KB Updated 37 repo stars

File contents

ferroxlabs/murage/tree/main/skills-library/go-performance commit 16e7fc35b1

Frequently asked questions

npx skillmds@latest add ferroxlabs/go-performance