gophercon / 2022-talks
Slides and Links for 2022 GopherCon talks
☆83Updated 2 years ago
Alternatives and similar repositories for 2022-talks:
Users that are interested in 2022-talks are comparing it to the libraries listed below
- Performance related examples for Go☆27Updated last year
- Experimental packages not in std and golang.org/exp☆78Updated 3 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆179Updated 10 months ago
- Zero-allocation type-safe pool for Go☆231Updated last year
- This is the golang client integration for Pyroscope☆131Updated this week
- ☆38Updated 2 years ago
- ☆138Updated last year
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆81Updated 2 years ago
- auto adjust your GOGC value☆228Updated 8 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- MySQL Backed Locking Primitive☆63Updated 11 months ago
- Script engine, especially good for tests☆150Updated last year
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- ☆159Updated 9 months ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- 🌈 raft-badger implements LogStore and StableStore Interface of hashicorp/raft. 🔥☆53Updated 2 years ago
- ☆23Updated 2 years ago
- A fast little LRU cache for Go☆169Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 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…☆45Updated 2 years ago
- ☆29Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- ⏱️ Reliable performance measurement for Go programs. All in one design.☆39Updated 3 years ago
- ☆62Updated last week
- A faster Protobuf serializer & deserializer.☆95Updated 8 months ago
- ☆230Updated 2 weeks ago