Practices for writing high-performance Go

Practices for writing high-performance Go

This document outlines best practices for writing high-performance Go code. The first sections cover writing optimized code in any language. The later sections cover Go-specific techniques.

Source: github.com