This library provides functionality to schedule batch updates
a simple stream batcher
A simple batching function that allows you to atomically batch a series of operations.
A module for batching individual promises to improve their collective efficiency.
Node.js Streams, a user-land copy of the stream library from Node.js
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
A batch manager that will deduplicate and batch requests for a certain data type made within a window.
through stream that buffers streams into batches limited by a cumulative byte size limit
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Toggle the CLI cursor
Call a callback when a readable/writable/duplex stream has completed or failed.
destroy a stream if possible
A streaming way to send data to a Node.js Worker Thread
Get and validate the raw body of a readable stream.
light weight query batcher for graphql
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Streaming data for JavaScript
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Returns the next buffer/object in a stream's readable queue
A stream that emits multiple other streams one after another.
minimal implementation of a PassThrough stream
Merge multiple streams into a unified stream
writable stream that concatenates strings or binary data and calls a callback with the result