felixge / fgprofLinks
🚀 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,091Updated 8 months ago
Alternatives and similar repositories for fgprof
Users that are interested in fgprof are comparing it to the libraries listed below
Sorting:
- Visualise Go runtime metrics in real time☆3,620Updated last month
- Goroutine leak detector☆5,096Updated last month
- Graceful process restarts in Go☆3,111Updated last year
- Go error library with error portability over the network☆2,344Updated 2 months ago
- Golang port of simdjson: parsing gigabytes of JSON per second☆2,000Updated 5 months ago
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,330Updated 2 months ago
- A Go (golang) package for representing a list of errors as a single error.☆2,540Updated last week
- Pure Go Redis server for Go unittests☆3,462Updated last week
- Golang in-memory database built on immutable radix trees☆3,431Updated this week
- ⏱ The exponential backoff algorithm in Go☆3,922Updated 3 weeks ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,077Updated last year
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,880Updated 6 months ago
- Resiliency patterns for golang☆2,337Updated 11 months ago
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,824Updated 2 weeks ago
- Circuit Breaker implemented in Go☆3,498Updated last month
- A high performance memory-bound Go cache☆6,686Updated last week
- Jennifer is a code generator for Go