Golang Performance

Go performance workflow: benchmark and profile (pprof/trace), identify hotspots, reduce allocations/GC and contention, and verify improvements with repeatable measurement. Use only after you have evidence the Go code is the bottleneck.

AeonDave e365039 6 files · 21.1 KB Updated

File contents

AeonDave/malskill/tree/main/coding/golang-performance commit e365039aa0

Frequently asked questions

npx skillmds@latest add aeondave/golang-performance