# geektutu/high-performance-go

high performance coding with golang（Go 语言高性能编程，Go 语言陷阱，Gotchas，Traps）

Repository: https://github.com/geektutu/high-performance-go
Canonical: https://ross.abutalabs.com/products/high-performance-go
Homepage: https://geektutu.com/post/high-performance-go.html
Language: Go
License: MIT
License Family: permissive
Topics: go, golang, high-performance, effective-golang
Last push: 2022-11-03T07:29:09+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2110, "days_push": 1399, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3887, forks 430 (observed 2026-08-28T04:08:28.280884+00:00)

## What it is
An open-source e-book (with accompanying code) on high-performance Go programming, covering profiling, data structures, concurrency, and compiler optimizations, plus common Go gotchas. It is written in Chinese and hosted as a series of articles on geektutu.com.

## Use cases
- learn go performance optimization
- understand go slice and range gotchas
- profile go programs with pprof
- learn goroutine concurrency control patterns
- prepare for go interview questions
- reduce go binary size and understand escape analysis

## When to choose
- you are an intermediate Go developer wanting systematic performance guidance
- you prefer tutorial-style explanations with runnable code examples
- you want a free, open-source reference on Go concurrency and profiling

## When to avoid
- you need official or exhaustively up-to-date Go documentation
- you cannot read Chinese and machine translation is unacceptable
- you are a complete beginner needing basic Go syntax first

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: benchmarking, developer-tools, concurrency
- domain: tutorials, performance, programming-languages, developer-tools
- platform: go, cross-platform
- tags: golang, ebook, performance-optimization, gotchas, pprof, goroutines, chinese-language

## Member repositories
- geektutu/high-performance-go (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:28.280884+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:25:39.465539+00:00, confidence not recorded.
  - readme: https://github.com/geektutu/high-performance-go (fetched 2026-08-28T04:08:28.280884+00:00, sha f1f32189cc7c)
  - homepage: https://geektutu.com/post/high-performance-go.html (fetched 2026-08-29T09:19:35.074474+00:00, sha 1ef76330e5bc)
  - site_page: https://geektutu.com/post/about.html (fetched 2026-08-29T09:19:35.089658+00:00, sha 493e84086479)
- Data as of 2026-08-30T08:39:29.467469+00:00.
