ordered-concurrently
Parallel processor
A library for parallel processing with ordered output in Go.
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.
38 stars
2 watching
8 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists
concurrentconcurrent-data-structuredata-pipelinedata-sciencegolanggolang-libraryorderedparallelparallel-computing
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
| | A library that provides a concurrent, non-blocking buffered pipeline for structuring and scaling applications. | 33 |
| | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
| | A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction | 127 |
| | A lightweight library for structured concurrency in Haskell, providing a simple and efficient way to manage concurrent operations. | 83 |
| | A Queueing library for CakePHP that allows tasks to be processed asynchronously | 36 |
| | A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 404 |
| | Package to control goroutine execution order based on dependencies | 219 |
| | A library that provides modern concurrency tools for parallel processing in Crystal | 48 |
| | An Elixir module that parallelizes stream operations while preserving order | 100 |
| | A Go library for fast and simple feature engineering and machine learning data preprocessing | 121 |
| | A tutorial and code samples for parallel and concurrent programming in Haskell. | 219 |
| | A Swift library providing structured concurrency and CSP capabilities for concurrent programming on macOS and Linux. | 1,496 |
| | An Elixir module that executes multiple processes in parallel to speed up slow computations | 63 |
| | A minimalistic scheduling library that allows developers to create and manage scheduled jobs with various triggers. | 1,805 |