highland-range
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "highland-range", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Filter a range from a highland stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ # highland-range | ||
Filter a range from a [highland](https://github.com/caolan/highland) stream. | ||
This is an optimized filter when you know that your stream is a lattice with respect to | ||
This is an optimized filter when you know that your stream is ordered with respect to | ||
the filter predicate, ie. your predicate will hold for all consecutive | ||
@@ -47,4 +47,4 @@ items after the first one it holds for. | ||
Note that it is your responsibility to make sure that actual data satisfies the | ||
lattice criteria (ordered) with respect to the predicates. | ||
Note that it is your responsibility to make sure that actual data satisfies | ||
partial ordering with respect to the predicates. | ||
@@ -51,0 +51,0 @@ You can work with arbitrary data types. |
4670