felixge / go-observability-benchLinks
Measure the overheads of various observability tools, especially profilers.
☆14Updated 4 years ago
Alternatives and similar repositories for go-observability-bench
Users that are interested in go-observability-bench are comparing it to the libraries listed below
Sorting:
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 3 years ago
- ☆38Updated 3 years ago
- A race detector for Golang☆12Updated 6 years ago
- Experimental go stack unwinding using frame pointers.☆31Updated 2 years ago
- ☆148Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago
- Performance related examples for Go☆29Updated last year
- ⏱️ Reliable performance measurement for Go programs. All in one design.☆39Updated 4 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 3 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated last month
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆181Updated last year
- Load file-backed memory☆122Updated 3 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆81Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- High Availability Routing and Queueing Application☆50Updated 4 years ago
- sysconf for Go, without using cgo☆147Updated last week
- Object file abstractions in Go☆31Updated last year
- slog experimental features☆12Updated last year
- Experimental packages not in std and golang.org/exp☆80Updated last year
- Generic data structures in Go☆12Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆76Updated 5 months ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated 2 weeks ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Consistent hashing hashring implementation.☆36Updated 2 years ago
- Example go code demonstrating pprof labels☆17Updated 4 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 7 months ago