neilotoole / errgroup
errgroup with goroutine worker limits
☆162Updated 2 years ago
Alternatives and similar repositories for errgroup:
Users that are interested in errgroup are comparing it to the libraries listed below
- Fast resizable golang semaphore primitive☆175Updated 3 years ago
- CyclicBarrier golang implementation☆153Updated 4 years ago
- Go asynchronous simple function utilities, for managing execution of closures and callbacks☆126Updated 2 years ago
- Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.☆105Updated 2 years 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
- concurrency utilities☆293Updated 5 years ago
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- Concurrency and synchronization primitives☆139Updated 3 months ago
- High resolution timing and benchmarking for Go☆259Updated 4 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- high-performance common weighted algorithm library☆202Updated last year
- Zero-allocation type-safe pool for Go☆230Updated last year
- Load file-backed memory☆120Updated 2 years ago
- Add missing comment on exported function, method, type, constant, variable in go file☆174Updated last year
- Redlock: a redis based distributed lock implementation in golang☆89Updated 2 years ago
- A thread safe map which has expiring key-value pairs.☆74Updated 10 months ago
- goroutine local storage (use context instead if possible)☆75Updated last month
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆283Updated 2 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆394Updated 9 months ago
- Generate protobuf messages from go structs☆83Updated 7 months ago
- Go Pooling Helpers☆113Updated 4 years ago
- auto adjust your GOGC value☆226Updated 7 months ago
- trace requests using opentracing specification☆95Updated last week
- distributed synchronization primitives☆60Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆84Updated last week
- Server-Sent Events implementation in Go. Used by the Gin Framework.☆121Updated last month
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year