Go Performance Review

Review Go code for performance issues including slice/map pre-allocation, string concatenation, N+1 queries, connection pool configuration, sync.Pool, memory alignment, lock scope, buffered I/O, and HTTP transport tuning. Trigger when code contains make(), loops, database queries, string building, sync primitives, HTTP clients, or hot-path operations. Use for performance-focused review.

johnqtcg Updated

File contents

johnqtcg/awesome-skills/tree/main/skills/go-performance-review commit adfe4d3c29

Frequently asked questions

npx skillmds@latest add johnqtcg/go-performance-review