neilotoole / errgroupLinks
errgroup with goroutine worker limits
☆165Updated 2 years ago
Alternatives and similar repositories for errgroup
Users that are interested in errgroup are comparing it to the libraries listed below
Sorting:
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.☆105Updated 3 years ago
- 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
- Go asynchronous simple function utilities, for managing execution of closures and callbacks☆123Updated 2 years ago
- concurrency utilities☆304Updated 6 years ago
- CyclicBarrier golang implementation☆159Updated 5 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- A thread safe map which has expiring key-value pairs.☆74Updated last year
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 4 years ago
- High resolution timing and benchmarking for Go☆264Updated last month
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆295Updated 2 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- Server-Sent Events implementation in Go. Used by the Gin Framework.☆148Updated 3 weeks ago
- Concurrency and synchronization primitives☆139Updated last month
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 2 years ago
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆92Updated last month
- Go Pooling Helpers☆119Updated 5 years ago
- A typed implementation of the Go sync.Map using code generation☆257Updated 2 years ago
- Add missing comment on exported function, method, type, constant, variable in go file☆179Updated 2 years ago
- high-performance common weighted algorithm library☆204Updated 2 years ago
- auto adjust your GOGC value☆231Updated last year
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- A highly optimized double-ended queue☆202Updated 2 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago