through2-concurrent

Parallel processor

A Node.js stream transform that processes data in parallel with a maximum concurrency limit

Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)

GitHub

74 stars
5 watching
11 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
rvagg/through2 A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise. 1,902
brycebaril/through2-map A utility for transforming streams by applying a mapping function to each segment 70
rangermauve/through2-map-promise A promise-based wrapper around through2 to transform data streams with promises and flow control 3
sindresorhus/p-all Concurrently execute multiple promise-returning functions with optional concurrency limits. 315
marcoonroad/sporadic A set of abstractions for concurrency and asynchronous programming in JavaScript 18
brycebaril/through2-filter A wrapper around through2 that simplifies filtering streams in JavaScript 35
sindresorhus/p-limit Limits concurrent execution of promise-returning and async functions. 2,037
sindresorhus/p-times Runs promise-returning & async functions multiple times concurrently 38
max-mapper/websocket-stream A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers. 668
feross/multistream Combines multiple streams into one, where each stream is emitted after the previous one is consumed. 288
mcollina/syncthrough Synchronous data transformation stream with enforced backpressure 99
colineberhardt/json-transforms Transforms JSON data using a recursive pattern-matching approach. 140
machty/ember-concurrency Provides improved concurrency primitives for writing asynchronous tasks in Ember.js applications 689
max-mapper/mississippi A collection of utility modules for working with streams in JavaScript 1,085
micahhausler/container-transform Transforms container configurations between various formats 1,411