aleph

2016-11-07T08:51:40.000487Z

@jetmind there is not a built in one, but with tranducers it is quite simple. I have an example for you, one sec

2016-11-07T08:52:05.000488Z

o wait you mean something else, i thought about windowing

dm3 2016-11-07T09:13:06.000489Z

sliding buffers are trickier to implement currently

dm3 2016-11-07T09:13:17.000490Z

one way would be to make the buffer in the default stream pluggable

dm3 2016-11-07T09:13:59.000491Z

also one could make that change to stream/buffered-stream

jetmind 2016-11-07T10:21:20.000492Z

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

dm3 2016-11-07T10:23:18.000494Z

yep, that's what I was talking about

dm3 2016-11-07T10:23:42.000495Z

if we expose buffer implementation to the user, you can do that kind of thing

dm3 2016-11-07T10:24:10.000496Z

@jetmind do you mind creating an issue on Manifold with a suggestion?

jetmind 2016-11-07T10:26:06.000497Z

@dm3 sure! I was planning on doing that later this week

dm3 2016-11-07T10:26:12.000498Z

ok, great 🙂