remeh / sizedwaitgroupLinks
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.
☆426Updated 3 years ago
Alternatives and similar repositories for sizedwaitgroup
Users that are interested in sizedwaitgroup are comparing it to the libraries listed below
Sorting:
- Efficient JSON beautifier and compactor for Go☆404Updated 3 years ago
- Convert Golang's http.Request to CURL command line☆795Updated this week
- Partial port of Python difflib package to Go☆424Updated 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 …☆399Updated 2 years ago
- simple struct copying for golang☆461Updated 5 years ago
- A high-performant Logging Foundation for Go Applications. X3 faster than the rest leveled loggers.☆338Updated 2 weeks ago
- An easy way to add useful startup banners into your Go applications☆462Updated 4 years ago
- Gotabulate - Easily pretty-print your tabular data with Go☆338Updated 4 years ago
- 🚀 A real-time Golang runtime stats visualization profiler☆592Updated last year
- Formatter for https://github.com/sirupsen/logrus☆167Updated 3 years ago
- Attach hooks to any database/sql driver☆662Updated last year
- Simple Golang scp client☆476Updated this week
- Parse and modify Go struct field tags☆652Updated 2 years ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆431Updated 2 years ago
- Golang AST visualizer☆790Updated 2 years ago
- High level abstractions over the Go reflect library☆536Updated last year
- XML to JSON converter written in Go (no schema, no structs)☆291Updated 2 years ago
- reflect api without runtime reflect.Value cost☆819Updated 8 months ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆786Updated 2 months ago
- Async utilities for Golang.☆100Updated 8 years ago
- Golang implementation of JMESPath.☆609Updated last year
- Package clog is a channel-based logging package for Go☆170Updated 2 years ago
- Fast directory traversal for Golang☆726Updated 2 years ago
- A timed rate limiter for Go☆404Updated 3 years ago
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆730Updated 4 years ago
- Go structures with default values using tags☆338Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,000Updated 3 weeks ago
- Expression evaluation in golang☆810Updated 4 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year