framework-js icon indicating copy to clipboard operation
framework-js copied to clipboard

Introduce WindowStream

Open f1ames opened this issue 4 years ago • 0 comments

Feature description

Introduce WindowStream similar to WindowStream from v4:

In essence it's a stream of Array's containing a list of items - a window.

It would be a stream for moving window calculation with some simple methods.

Use case

Any data calculations which requires moving window (e.g. calculating moving averages).


If you are interested in this issue or this stream type fits your use case, please upvote with :+1:.

f1ames avatar Dec 08 '21 12:12 f1ames