1.0.2 • Published 5 years ago

deque-stream v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

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