felixge / go-observability-benchLinks
Measure the overheads of various observability tools, especially profilers.
☆14Updated 3 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:
- ☆38Updated 2 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 2 years ago
- Experimental go stack unwinding using frame pointers.☆31Updated 2 years ago
- A race detector for Golang☆12Updated 5 years ago
- Performance related examples for Go☆29Updated last year
- Package for getting the runtime ID of a goroutine☆49Updated last month
- ☆145Updated last year
- ⏱️ Reliable performance measurement for Go programs. All in one design.☆39Updated 3 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆80Updated 2 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated 2 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 3 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated last week
- slog experimental features☆12Updated last year
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆182Updated last year
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Generic data structures in Go☆11Updated 3 years ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆83Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- ☆27Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Consistent hashing hashring implementation.☆36Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago