@foxify/stream
v1.0.1
Published
A high performance Stream alternative for Node.js and browser
Downloads
2
Maintainers
Readme
Stream
@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.
Table of Contents
Installation
npm i @foxify/stream
Usage
const { Readable, Writable, Duplex } = require("@foxify/stream");
For the API documentation, please follow the official Node.js documentation.
Benchmarks
npm run benchmarks
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Ardalan Amini - Core Maintainer - @ardalanamini
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details