parallel_stream
Stream processor
An Elixir module that parallelizes stream operations while preserving order
A parallelized stream implementation for Elixir
100 stars
4 watching
22 forks
Language: Elixir
last commit: about 2 years ago
Linked from 1 awesome list
elixirparallelismparallelizestream
Related projects:
Repository | Description | Stars |
---|---|---|
dashbitco/flow | A parallel computation library on top of GenStage for Elixir | 1,553 |
stevenjl/parex | An Elixir module that executes multiple processes in parallel to speed up slow computations | 63 |
seantanly/elixir-paratize | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
beatrichartz/csv | A library for parsing and encoding CSV files in Elixir. | 499 |
bkirwi/coast | A streaming data processing framework with strong ordering and exactly-once semantics | 60 |
python-streamz/streamz | A library for building and managing real-time stream processing pipelines in Python | 1,244 |
vert-x3/vertx-reactive-streams | A Java library providing a standard for asynchronous stream processing with non-blocking back pressure. | 49 |
nerevu/riko | A Python library for analyzing and processing streams of structured data | 1,604 |
treye/json_stream_encoder | A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. | 8 |
lsds/saber | A hybrid stream processing engine designed to optimize data processing on heterogeneous architectures. | 38 |
keilerkonzept/topk | An implementation of probabilistic data structures for approximate data stream processing | 4 |
jpcik/morph-streams | A tool for processing and analyzing continuous data streams using query languages | 16 |
olacabs/fabric | A real-time stream processing framework designed to handle high-volume event ingestion and complex data processing tasks with guaranteed availability and scalability. | 55 |
nebo15/bsoneach | A package that reads and processes large BSON files efficiently | 9 |
quixio/quix-streams | A Python framework for real-time data processing on Apache Kafka streams | 1,190 |