Naive node.js buffer stream reader
A duplex stream that buffers writes
Deal with vinyl file contents, regardless of whether it is Buffer/Stream
Fractional Buffer stream
A Gulp plugin to apply derequire to target Buffer/Stream
Buffer Stream parser from FASTA to JSON
buffer-stream-js ====
re-buffer stream to specified chunk length
minimal implementation of a PassThrough stream
Write string/buffer/stream to a random temp file
Converts a Buffer into a Readable Stream
Buffer-backed Streams for reading and writing.
Returns the next buffer/object in a stream's readable queue
a ThroughStream that strictly buffers all readable events when paused.
Get and validate the raw body of a readable stream.
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Postgres bytea parser
An async iterator that emits buffers containing bytes up to a certain length
A readable stream that emits buffers containing bytes up to a certain length
writable stream that concatenates strings or binary data and calls a callback with the result
split a Text Stream into a Line Stream, using Stream 3
Get a stream as a string, Buffer, ArrayBuffer or array
A Gulp plugin to apply utf8ize-sourcemaps to target Buffer/Stream
Strip UTF-8 byte order mark (BOM) from a string
Fancy logger library.
Fancy logger library.
Native bindings to the sokol header-only, cross-platform C libraries.
A circular queue (also called a circular buffer or ring buffer) is useful when buffering data streams
Ruby bindings for archive_r, a libarchive-based library for processing many archive formats. It streams entry data directly from the source to recursively read nested archives without extracting to temporary files or loading large in-memory buffers.
A ruby implementation of yielding lines when streaming data to a buffer
A circular buffer, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams. This library impliments such a buffer.
enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling chunked reads and efficient memory usage. Ideal for streaming large files or processing data in real-time without buffering everything into memory.
# Rack HTTP Pipe Use to pipe directly a remote HTTP file without buffering it. > /!\ Do not work with WebBrick, tested with puma ## Use case * Given a file named #HASH#.pdf on S3 * You want a clean URL and handling the authentication in front of it ``` GET http:/example.com/download Content-Disposition: attachment;filename=name-fetched-from-db.pdf Content-Length Content-Type etc. ``` ## Usage ```ruby get "/" do http_pipe "http://example.com/iso-ubuntu-1404-64bits", { status: 200, headers: { "Content-Type: application/octet-stream", "Content-Disposition: attachment;filename=ubuntu.iso", } } end ``` See the example directory for an example app using sinatra
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.