astavonin/go-optimization-guide resource
Go Optimization Guide: Patterns and Techniques for Writing High-Performance Applications with Go observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 71
- Release rhythm 35
- Longevity 37
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 531
- days_rel: n/a
- days_push: 175
- n_releases_24m: 0
Adoption not part of the score
1134 stars · 53 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A long-form technical guide (published at goperf.dev, built with MkDocs Material) covering patterns and techniques for writing high-performance Go applications. It focuses on practical, measured optimizations for real production systems such as high-throughput APIs, microservices, and distributed services.
Use cases
- optimize Go API performance under sustained traffic
- reduce allocation pressure on hot paths in Go
- learn when sync.Pool actually helps
- improve tail latency in distributed Go services
- understand Go runtime scheduling and I/O costs
- tune network programming performance in Go
- reduce garbage collection overhead in Go microservices
When to choose
- you run Go services under real production load and want measured, practical optimization patterns
- you need concrete examples with numbers rather than folklore best practices
- you work on high-throughput APIs, pipelines, or latency-sensitive distributed systems in Go
When to avoid
- your Go code lives only in benchmarks or toy projects
- you need a beginner tutorial on writing Go rather than performance tuning
- you want a tool or library rather than reading material
Facets
learning-resource · maturity active
developer-tools documentation benchmarking developer-tools performance backend tutorials go cli go-performance optimization-guide mkdocs network-programming tail-latency memory-allocations profiling web-server
2 sources
- readme: https://github.com/astavonin/go-optimization-guide · fetched 2026-08-28 · f8718d982a59
- homepage: http://goperf.dev · fetched 2026-08-29 · e7f2fd277583
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| astavonin/go-optimization-guide | main | 52 |
For agents
markdown · JSON · MCP: product_card(name="astavonin/go-optimization-guide")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem