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.

GitHub

38 stars
2 watching
8 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists

concurrentconcurrent-data-structuredata-pipelinedata-sciencegolanggolang-libraryorderedparallelparallel-computing

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jfcg/sortyFast and efficient sorting library for Go with concurrent and parallel capabilities133
nazar256/parapipeA library that provides a concurrent, non-blocking buffered pipeline for structuring and scaling applications.33
seantanly/elixir-paratizeAn Elixir library providing parallel processing facilities with customizable worker size and timeout options.28
jberryman/unagi-chanA high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction127
awkward-squad/kiA lightweight library for structured concurrency in Haskell, providing a simple and efficient way to manage concurrent operations.83
cakephp/queueA Queueing library for CakePHP that allows tasks to be processed asynchronously36
enriquebris/goconcurrentqueueA package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities404
kamildrazkiewicz/go-flowPackage to control goroutine execution order based on dependencies219
didactic-drunk/concurrent.crA library that provides modern concurrency tools for parallel processing in Crystal48
beatrichartz/parallel_streamAn Elixir module that parallelizes stream operations while preserving order100
nikolaydubina/go-featureprocessingA Go library for fast and simple feature engineering and machine learning data preprocessing121
simonmar/par-tutorialA tutorial and code samples for parallel and concurrent programming in Haskell.219
zewo/veniceA Swift library providing structured concurrency and CSP capabilities for concurrent programming on macOS and Linux.1,496
stevenjl/parexAn Elixir module that executes multiple processes in parallel to speed up slow computations63
reugn/go-quartzA minimalistic scheduling library that allows developers to create and manage scheduled jobs with various triggers.1,805