Golang Performance

Go performance optimization — if X bottleneck, apply Y: allocation reduction, CPU/memory efficiency, GC tuning, pooling, caching, hot paths. Use when a profiled/benchmarked bottleneck needs the fix pattern. Not for measurement (→ golang-benchmark) or debugging (→ golang-troubleshooting).

context-labs c3e25d6 9 files · 163.5 KB Updated

File contents

context-labs/whip/tree/main/.agents/skills/golang-performance commit c3e25d63f7

Frequently asked questions

npx skillmds@latest add context-labs/golang-performance