0.0.1 • Published 6 years ago

@metalfs/filter v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Metal FS Filter Operator

This operator filters the incoming stream of integer values by a range that is defined by a lower bound (inclusive) and an upper bound (inclusive).

Installation

npm install @metalfs/filter

Operator Details

Description
InputStream of 64-bit big endian unsigned integer values
OutputDense stream of matching values, single 0-byte if no matching entries were found
Stream WidthAdaptable

Options

TypeDescription
lower-bounduint64Pass on values greater than or equal to this parameter
upper-bounduint64Pass on values less than or equal to this parameter
0.0.1

6 years ago