About
This skill provides expert-level guidance for improving the performance and efficiency of Go applications. It empowers developers to identify bottlenecks using CPU and memory profiling, implement memory-saving techniques like pre-allocation and sync.Pool, and fine-tune garbage collection and concurrency patterns. Whether you are dealing with high-latency hot paths or excessive memory usage, this skill provides the implementation patterns and benchmarking strategies needed to build high-performance, production-ready Go services.