deque-stream

1.0.2 • Public • Published

Deque Stream ⚡

Stream powered by Deque circular queue for blazing fast performance

Installing

npm install deque-stream

Example

const dequeReadableStream = new DequeReadableStream({bufferSize: 16 * 4096});

// Use .write(data) to populate the read stream
dequeReadableStream.write('chunk of data');

See more detailed example at ./test.js

License

This project is licensed under the ISC License - see the ISC License file for details

/deque-stream/

    Package Sidebar

    Install

    npm i deque-stream

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    5.09 kB

    Total Files

    5

    Last publish

    Collaborators

    • eran.betzalel