Re: [whatwg/streams] light weight transformations (#461)

> "imagine the fastest possible implementation of getting data from point A to point B while applying the transform and flushing logic specified by those two functions."

This implies it would be possible to avoid intermediate collections, as in the second image below (from this [article](https://medium.com/@roman01la/understanding-transducers-in-javascript-3500d3bd9624)). Is that right?

![transform-chained](https://cloud.githubusercontent.com/assets/1296771/17607410/6ef0e200-5fda-11e6-9eb8-66db93635ef0.gif)
chained transformation

![transform-transduced](https://cloud.githubusercontent.com/assets/1296771/17607418/758b71c0-5fda-11e6-9282-915f5c62b243.gif)
transduced transformation



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/461#issuecomment-239317110

Received on Thursday, 11 August 2016 22:51:16 UTC