@jetmind there is not a built in one, but with tranducers it is quite simple. I have an example for you, one sec
o wait you mean something else, i thought about windowing
sliding buffers are trickier to implement currently
one way would be to make the buffer in the default stream pluggable
also one could make that change to stream/buffered-stream
I've implemented this as a library for now https://github.com/jetmind/waterfall It's a bit hacky, but works for me. Open to any feedback. I would love to see something like this in the manifold itself
yep, that's what I was talking about
if we expose buffer implementation to the user, you can do that kind of thing
@jetmind do you mind creating an issue on Manifold with a suggestion?
@dm3 sure! I was planning on doing that later this week
ok, great 🙂