Patterns and Techniques for Writing High-Performance Applications with Go
▷▷▷ goperf.dev ◁◁◁
The Go Optimization Guide is a collection of technical articles designed to help you build faster, more efficient Go applications. Whether you're developing high-throughput APIs, microservices, or distributed systems, this guide provides practical optimization patterns, real-world examples, and deep insights into Go performance.
The guide is built using MkDocs with the Material theme. Follow these steps to build and serve the guide locally:
Use the provided env.sh
script to quickly set up a Python virtual environment and install all dependencies:
source ./env.sh
Start a local MkDocs server to preview changes:
mkdocs serve
The site will be available at http://localhost:8000.
We welcome contributions! If you'd like to propose changes or suggest new topics, please open a Pull Request or create a new issue in this repository.