parex
Process parallelizer
An Elixir module that executes multiple processes in parallel to speed up slow computations
An elixir module for parallel execution of functions/processes
63 stars
3 watching
2 forks
Language: Elixir
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
seantanly/elixir-paratize | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
beatrichartz/parallel_stream | An Elixir module that parallelizes stream operations while preserving order | 100 |
dashbitco/flow | A parallel computation library on top of GenStage for Elixir | 1,553 |
unixjunkie/parany | A tool for parallelizing computations and processing large streams of data | 52 |
sharplispers/lparallel | A library that enables fine-grained parallelism in Common Lisp, allowing developers to express and manage concurrent tasks efficiently. | 17 |
pwoolcoc/exmerl | An Elixir wrapper around an XML parsing library, enabling XPath queries and traversal of parsed documents. | 12 |
vt-elixir/ja_serializer | A library for serializing Elixir data structures in JSONAPI format | 641 |
processone/fast_xml | A fast and efficient Erlang-based XML parsing library | 134 |
arp-g/async-elixir | A comprehensive resource for learning Elixir's concurrency features and asynchronous programming techniques | 161 |
simonewebdesign/elixir_pubsub | A utility module that enables message passing between processes in Elixir without burdening the business logic with communication. | 69 |
mlin/forkwork | Library to efficiently parallelize computationally intensive tasks using multiple cores | 19 |
parsl/parsl | A Python parallel scripting library that extends parallelism to multiple cores and nodes | 506 |
jtmoulia/neotomex | A PEG parser/transformer written in Elixir with a DSL for specifying grammars | 68 |
jcomellas/ex_hl7 | HL7 message parser for Elixir | 41 |
guedes/exjson | An Elixir implementation of the JSON specification for parsing and generating structured data in Erlang. | 71 |