egonelbre / perf-exampleLinks
Performance related examples for Go
☆29Updated 2 years ago
Alternatives and similar repositories for perf-example
Users that are interested in perf-example are comparing it to the libraries listed below
Sorting:
- Package for getting the runtime ID of a goroutine☆49Updated 4 months ago
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆79Updated last year
- A buffer pool file I/O library for Go☆55Updated 4 years ago
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- Faster substitution of tidwall/gjson☆52Updated 5 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- ☆38Updated 3 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 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 3 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- ⏱️ Reliable performance measurement for Go programs. All in one design.☆39Updated 4 years ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆84Updated 2 years ago
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- ☆123Updated 2 years ago
- ☆148Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- Measure the overheads of various observability tools, especially profilers.☆14Updated 4 years ago
- ☆160Updated last year
- Cache benchmark for Golang☆77Updated 2 years ago
- Go sync utility functions using generics☆15Updated 3 years ago
- ☆80Updated 5 months ago
- Live visualizing Go allocations.☆23Updated 3 years ago
- ☆29Updated 4 years ago
- Package for fast copying structs of different types☆52Updated 5 years ago