Golang Performance Tuning

Use only when the user explicitly asks for a Go performance review. Audits *.go source against the goperf.dev common-patterns playbook (15 patterns - sync.Pool, preallocation, struct alignment, interface boxing, zero-copy, GC tuning, escape analysis, worker pools, atomics, lazy init, buffered I/O, batching, compiler flags). Produces a prioritized read-only refactor report; never modifies source. Refuses non-Go files. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/bizshuk--gosdk--golang-performance-tuning commit f76fccb014

Frequently asked questions

npx skillmds@latest add tomevault-io/golang-performance-tuning