egonelbre / perf-exampleLinks
Performance related examples for Go
☆29Updated last year
Alternatives and similar repositories for perf-example
Users that are interested in perf-example are comparing it to the libraries listed below
Sorting:
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years ago
- Zero-allocation type-safe pool for Go☆242Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Experimental packages not in std and golang.org/exp☆80Updated 9 months ago
- Package for getting the runtime ID of a goroutine☆49Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- ☆38Updated 2 years ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 3 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆41Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Load file-backed memory☆121Updated 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
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆220Updated 2 years ago
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- ☆122Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Faster substitution of tidwall/gjson☆47Updated last month
- sysconf for Go, without using cgo☆145Updated 3 weeks ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆83Updated 2 years ago
- ☆29Updated 3 years ago
- ☆144Updated last year
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141Updated 4 months ago
- A simple reference implementation of the Go module proxy☆25Updated 4 years ago
- ☆158Updated last year
- ☆79Updated last month