remeh / sizedwaitgroup
SizedWaitGroup has the same role and close to the same API as the Golang sync.WaitGroup but it adds a limit on the amount of goroutines started concurrently.
☆421Updated 3 years ago
Alternatives and similar repositories for sizedwaitgroup:
Users that are interested in sizedwaitgroup are comparing it to the libraries listed below
- simple struct copying for golang☆455Updated 4 years ago
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆729Updated 3 years ago
- Lightweight Goroutine pool☆746Updated 6 years ago
- reflect api without runtime reflect.Value cost☆783Updated last week
- Deep copy things☆582Updated 4 years ago
- An easy way to add useful startup banners into your Go applications☆457Updated 4 years ago
- Partial port of Python difflib package to Go☆400Updated last year
- Parse and modify Go struct field tags☆638Updated last year
- Efficient JSON beautifier and compactor for Go☆380Updated 2 years ago
- orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on …☆381Updated last year
- A timed rate limiter for Go☆400Updated 3 years ago
- Buffer/Byte pool for Go☆474Updated 5 years ago
- Fast golang queue using ring-buffer☆621Updated last year
- i18n Translator for Go/Golang using CLDR data + pluralization rules☆398Updated 2 years ago
- High level abstractions over the Go reflect library☆529Updated 7 months ago
- Implements string functions widely used in other languages but absent in Go.☆1,405Updated 9 months ago
- Litter is a pretty printer library for Go data structures to aid in debugging and testing.☆1,566Updated last month
- Simple and fast template engine for Go☆862Updated last year
- Gotabulate - Easily pretty-print your tabular data with Go☆338Updated 4 years ago
- Attach hooks to any database/sql driver☆655Updated 9 months ago
- errors with stacktraces for go☆966Updated last year
- Go glob☆975Updated last year
- Wrapper types for sync/atomic which enforce atomic access☆1,388Updated last week
- [mirror] concurrency primitives☆884Updated this week
- Go package for dealing with maps, slices, JSON and other data.☆735Updated last month
- Type-safe, zero-allocation sets for Go☆815Updated 5 years ago
- A golang package for converting to snake_case or CamelCase☆1,067Updated last year
- Clone any Go data structure deeply and thoroughly.☆309Updated 11 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆488Updated 6 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆593Updated 2 years ago