A quick tour (or reminder) of Go performance tools
☆273Nov 14, 2021Updated 4 years ago
Alternatives and similar repositories for profilinggo
Users that are interested in profilinggo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- This package provides the ability to encode golang structs to a buffer as JSON very quickly.☆734Dec 6, 2023Updated 2 years ago
- A tool to analyze and troubleshoot a Go binary size.☆1,707Apr 10, 2024Updated last year
- Pprof made easy at development time for Go☆757Oct 23, 2020Updated 5 years ago
- Embedded, Fast and Persistent bigqueue implementation☆449Dec 20, 2025Updated 3 months ago
- 🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.☆3,096May 2, 2025Updated 10 months ago
- A tool to list and diagnose Go processes currently running on your system☆7,001Jan 8, 2026Updated 2 months ago
- Thoughts on Go performance optimization☆10,894Jan 5, 2022Updated 4 years ago
- key value database with transactional capabilities. Created for a Distributed Systems class, not suitable for production☆15Dec 5, 2018Updated 7 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆554Aug 3, 2024Updated last year
- Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).☆1,928Mar 10, 2026Updated last week
- Command line monitoring for goroutines☆1,904Jul 18, 2023Updated 2 years ago
- 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.☆2,039Dec 22, 2025Updated 3 months ago
- Easily generate gRPC services in Go ⚡️☆1,502Jul 19, 2023Updated 2 years ago
- MemConn is an in-memory network stack for Go.☆553Oct 4, 2023Updated 2 years ago
- A memory allocator for Go.☆86Mar 11, 2020Updated 6 years ago
- Source code analyzer that helps you to make your Go programs more consistent.☆364May 29, 2025Updated 9 months ago
- An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.☆811Feb 28, 2026Updated 3 weeks ago
- A high performance memory-bound Go cache☆6,816Jan 21, 2026Updated 2 months ago
- Staticcheck - The advanced Go linter☆6,732Feb 25, 2026Updated 3 weeks ago
- Fast event-loop networking for Go☆6,038Oct 22, 2023Updated 2 years ago
- Go Dependency Analysis toolkit☆1,682Feb 25, 2026Updated 3 weeks ago
- A typed implementation of the Go sync.Map using code generation☆256Feb 25, 2023Updated 3 years ago
- handling 1M websockets connections in Go☆5,993Aug 14, 2022Updated 3 years ago
- Real-time visualization tool for Go process metrics☆477Mar 3, 2022Updated 4 years ago
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,341Feb 18, 2026Updated last month
- A book about the internals of the Go programming language.☆7,925Apr 3, 2021Updated 4 years ago
- felixge's notes on the various go profiling methods that are available.☆3,661Mar 16, 2026Updated last week
- GopherCon 2018 Performance Tuning Workshop☆930Dec 10, 2018Updated 7 years ago
- Go error library with error portability over the network☆2,373Updated this week
- Super minimal, rock-solid foundation for concurrent GUI in Go.