golang-performance
CommunityGo performance optimization guidance.
Author89jobrien
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Go applications can suffer from CPU hotspots, memory bloat, and concurrency pitfalls. This Skill provides profiling, memory optimization, concurrency patterns, and escape analysis guidance to improve Go performance.
Core Features & Use Cases
- Profiling & Diagnosis: pprof workflows for CPU and memory
- Memory Optimization: reduce allocations and GC pressure
- Concurrency Patterns: efficient worker pools and synchronization
- Escape Analysis: understand heap vs stack allocations
- Production Considerations: latency, throughput, and observable metrics
Quick Start
Profile a Go HTTP server with pprof and identify the top hotspot functions.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: golang-performance Download link: https://github.com/89jobrien/steve/archive/main.zip#golang-performance Please download this .zip file, extract it, and install it in the .claude/skills/ directory.