cloudwego/goref
Go heap object reference analysis tool observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 73
- Release rhythm 73
- Longevity 56
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: 27.5
- age_days: 784
- days_rel: 181
- days_push: 162
- n_releases_24m: 11
Adoption not part of the score
1019 stars · 48 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Goref is a Go heap object reference analysis tool built on the Delve debugger. It displays the space and object count distribution of Go heap memory references, outputting profiles viewable with go tool pprof to help locate memory leaks and reduce GC overhead.
Use cases
- diagnose memory leaks in a running Go process
- find which code paths hold references to heap objects
- analyze heap object distribution to reduce GC overhead
- inspect heap references from a core dump file
- view inuse space and object counts per call stack
When to choose
- you suspect a Go program is leaking memory and need to pinpoint the holding references
- you want to optimize garbage collector pressure by finding persistent heap objects
- you need to analyze heap state from a core file post-mortem
When to avoid
- you need general CPU or allocation-rate profiling rather than heap reference analysis
- your Go version is outside the supported go1.19-go1.26 range
- you cannot tolerate the target process being suspended during analysis
Facets
cli-tool · maturity active
monitoring developer-tools developer-tools performance windows go cli memory-profiling heap-analysis memory-leak-detection garbage-collector delve pprof go-runtime debugging command-line linux macos
1 source
- readme: https://github.com/cloudwego/goref · fetched 2026-08-28 · 7944843d00ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cloudwego/goref | main | 70 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem