elixir-paratize
Parallel processor
An Elixir library providing parallel processing facilities with customizable worker size and timeout options.
Elixir library providing some handy parallel processing facilities that supports configuring number of workers and timeout.
28 stars
3 watching
3 forks
Language: Elixir
last commit: over 6 years ago
Linked from 1 awesome list
elixir-libraryparallel-processing
Related projects:
Repository | Description | Stars |
---|---|---|
stevenjl/parex | An Elixir module that executes multiple processes in parallel to speed up slow computations | 63 |
seantanly/elixir-combination | A library for generating combinations and permutations from Enumerable | 34 |
sheharyarn/que | A distributed job processing system utilizing an in-memory real-time database | 669 |
dashbitco/flow | A parallel computation library on top of GenStage for Elixir | 1,553 |
beatrichartz/parallel_stream | An Elixir module that parallelizes stream operations while preserving order | 100 |
arp-g/async-elixir | A comprehensive resource for learning Elixir's concurrency features and asynchronous programming techniques | 161 |
princemaple/elixir-queue | A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 33 |
hentioe/honeycomb | An Elixir library for managing background tasks with concurrency control and persistent results | 18 |
tyre/imagineer | A library for image processing in Elixir. | 119 |
cakephp/queue | A Queueing library for CakePHP that allows tasks to be processed asynchronously | 37 |
seantanly/elixir-minmaxlist | An Elixir library that extends Enum functions to return lists of results instead of single values for min/max value criteria | 4 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |
elixir-ivcu/ivcu | A library to validate, convert, and upload images by replacing flawed concepts with better alternatives. | 5 |
timdeputter/rendezvous | An Elixir implementation of the Rendezvous hashing algorithm | 9 |
vishnevskiy/elixirsublime | Provides code completion and linting for Elixir projects in SublimeText 3 | 364 |