deque-stream
v1.0.2
Published
Stream powered by Deque circular queue for blazing fast performance
Downloads
3
Readme
Deque Stream :zap:
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