golang-design / go2genericsLinks
๐งช A chunk of experiments and demos about Go 2 generics design (type parameter & type set)
โ150Updated 3 years ago
Alternatives and similar repositories for go2generics
Users that are interested in go2generics are comparing it to the libraries listed below
Sorting:
- โ75Updated 2 years ago
- A fast little LRU cache for Goโ171Updated 2 years ago
- Deprecated! See https://github.com/golang-design/go2generics.โ25Updated 3 years ago
- โฑ๏ธ Reliable performance measurement for Go programs. All in one design.โ39Updated 3 years ago
- errgroup with goroutine worker limitsโ165Updated 2 years ago
- โก๏ธ lock-free utilities in Goโ158Updated last year
- auto adjust your GOGC valueโ228Updated 11 months ago
- concurrency utilitiesโ301Updated 5 years ago
- Patch all Go functions for testingโ259Updated last year
- CyclicBarrier golang implementationโ153Updated 5 years ago
- lock-free queue and other implementationsโ129Updated last year
- Zero-allocation type-safe pool for Goโ235Updated 2 years ago
- Experimental packages not in std and golang.org/expโ78Updated 7 months ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.โ260Updated 2 years ago
- ๐ฅผ personal Go codebaseโ37Updated 2 years ago
- Slides and Links for 2022 GopherCon talksโ84Updated 2 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlibโ140Updated 2 months ago
- A minimal and efficient workerpool implementation in Go using goroutines.โ123Updated 3 years ago
- Package for getting the runtime ID of a goroutineโ49Updated last year
- Fast resizable golang semaphore primitiveโ177Updated 4 years ago
- A faster Protobuf serializer & deserializer.โ97Updated 11 months ago
- A buffer pool file I/O library for Goโ55Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplistโ287Updated 2 years ago
- Fast and scalable pseudorandom generator for Goโ206Updated 3 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.โ213Updated 10 months ago
- extract goroutine id to the out world although it's dangerous and useless.โ59Updated 5 years ago
- A simple and efficient thread-safe sharded hashmap for Goโ236Updated 5 years ago
- Performance related examples for Goโ29Updated last year
- high-performance common weighted algorithm libraryโ202Updated 2 years ago
- ๐ raft-badger implements LogStore and StableStore Interface of hashicorp/raft. ๐ฅโ53Updated 2 years ago