Go Optimizations

Guides the agent to write and review performance-sensitive Go code by applying CPU cache awareness, false sharing prevention, instruction-level parallelism, data alignment, escape analysis, allocation reduction, inlining, profiling, GC tuning, and Docker/Kubernetes GOMAXPROCS configuration. Use when writing hot-path Go code, reviewing performance-critical sections, reducing allocations, profiling applications, tuning GC behavior, or deploying Go services in containers.

v0lka e35272b 11.3 KB Updated

File contents

v0lka/skills/tree/main/development/idiomatic-go/go-optimizations commit e35272be4e

Frequently asked questions

npx skillmds@latest add v0lka/go-optimizations