1.0.1 • Published 6 years ago
@foxify/stream v1.0.1
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/eventsas the EventEmitter. - The
emitCloseoption is not available.
Table of Contents
Installation
npm i @foxify/streamUsage
const { Readable, Writable, Duplex } = require("@foxify/stream");For the API documentation, please follow the official Node.js documentation.
Benchmarks
npm run benchmarksVersioning
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