modern-go / concurrentLinks
concurrency utilities
☆304Updated 6 years ago
Alternatives and similar repositories for concurrent
Users that are interested in concurrent are comparing it to the libraries listed below
Sorting:
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- OpenTracing instrumentation for packages in the Go stdlib☆223Updated last month
- errgroup with goroutine worker limits☆166Updated 2 years ago
- high-performance common weighted algorithm library☆204Updated 2 years ago
- Go Pooling Helpers☆119Updated 5 years ago
- A Go package providing a filesystem-backed FIFO queue☆497Updated 3 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆293Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation