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
- 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
- Experimental packages not in std and golang.org/expβ78Updated 3 months ago
- Deprecated! See https://github.com/golang-design/go2generics.β25Updated 3 years ago
- Zero-allocation type-safe pool for Goβ230Updated last year
- β38Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.β72Updated 3 years ago
- π The Go SSA Playground: Exploring SSA IR | https://golang.design/gossaβ77Updated last year
- 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
- β158Updated 8 months ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.β138Updated 2 years ago
- This is the golang client integration for Pyroscopeβ125Updated this week
- a library to curb OOMs by running Go GC according to a user-defined policy.β81Updated last year
- Script engine, especially good for testsβ150Updated last year
- Simple building blocks for protobuf marshaling and unmarshalingβ177Updated 9 months ago
- π raft-badger implements LogStore and StableStore Interface of hashicorp/raft. π₯β52Updated 2 years ago
- OpenTelemetry Go distribution for Uptrace