@foxify/stream
is a high performance Stream alternative for Node.js and browser that has been optimized to be faster than the native version, (why not?!).
This module is API compatible with the Stream that ships by default with Node.js but there are some slight differences:
- Uses
@foxify/events
as the EventEmitter. - The
emitClose
option is not available.
npm i @foxify/stream
const { Readable, Writable, Duplex } = require("@foxify/stream");
For the API documentation, please follow the official Node.js documentation.
npm run benchmarks
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ardalan Amini - Core Maintainer - @ardalanamini
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details