Skip to content

exposebox/deque-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published