through2-concurrent
Processor
Transform stream processing in parallel to improve performance
Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)
74 stars
5 watching
11 forks
Language: JavaScript
last commit: about 6 years agoLinked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise. | 1,902 | |
| A utility for transforming streams by applying a mapping function to each segment | 70 | |
| A promise-based wrapper around through2 to transform data streams with promises and flow control | 3 | |
| Concurrently execute multiple promise-returning functions with optional concurrency limits. | 319 | |
| A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 | |
| A wrapper around through2 that simplifies filtering streams in JavaScript | 35 | |
| Limits concurrent execution of promise-returning and async functions. | 2,083 | |
| Runs promise-returning & async functions multiple times concurrently | 39 | |
| A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers. | 668 | |
| Combines multiple streams into one, where each stream is emitted after the previous one is consumed. | 288 | |
| Synchronous data transformation stream with enforced backpressure | 100 | |
| Transforms JSON data using a recursive pattern-matching approach. | 140 | |
| Provides improved concurrency primitives for writing asynchronous tasks in Ember.js applications | 689 | |
| A collection of utility modules for working with streams in JavaScript | 1,086 | |
| Transforms container configurations between various formats | 1,412 |