tejzpr / ordered-concurrently
Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a channel in the order of input. It is useful in concurrently processing items in a queue, and get output in the order provided by the queue.
☆40Updated 2 years ago
Alternatives and similar repositories for ordered-concurrently:
Users that are interested in ordered-concurrently are comparing it to the libraries listed below
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆48Updated 2 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 8 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- A fast file-based priority queue☆58Updated last year
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- Library for setting values to structs' fields from env, flags, files or default tag☆109Updated 3 months ago
- a thread-safe concurrent map for go☆94Updated last year
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆243Updated 7 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- A zero-dependency generic in-memory cache Go library☆123Updated 4 months ago
- ☆46Updated last year
- Generative Adversarial Network in Go via Gorgonia☆87Updated 2 years ago
- Cron library for go with distributed lock☆50Updated 3 years ago
- Generic simple workflows and concurrency patterns☆45Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 2 weeks ago
- A set of performant rate limiters for Go☆90Updated last year
- Simple internal event bus for Go applications☆31Updated last year
- little websocket implementation☆36Updated 2 years ago
- ☆82Updated 3 months ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆116Updated 11 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆70Updated 3 years ago
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- Expr – a tiny stack-based virtual machine written in Go☆31Updated 3 years ago
- pkg extends the core go packages with missing or additional functionality built in. All packages correspond to the std go package name w…☆48Updated 10 months ago
- Merkle hash trees☆19Updated 9 months ago
- A better Generic Pool (sync.Pool)☆61Updated last week
- Fast Concurrent / Parallel Sorting in Go☆136Updated 11 months ago
- Fast and Scalable RPC Framework☆43Updated last year