- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 26 Apr 2016 12:30:34 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc:
Received on Tuesday, 26 April 2016 19:31:02 UTC
Sorry for the delay in getting back to you on this. At this point: - Readable streams are looking very solid. The new byte stream aspects perhaps a little less so, due to lack of implementer experience, but we're very happy with the design. - Writable streams are lagging behind. They need several updates to align with the lessons learned during the design of readable streams, such as the need for exclusive locking. - Transform streams are blocked on writable streams (as we still believe the best design for them is a { readable, writable } pair). As for how problems were solved differently, https://github.com/whatwg/streams/blob/master/FAQ.md#what-are-the-main-differences-between-these-streams-and-nodejs-streams gives some idea. Happy to continue discussing more if desired. --- 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/435#issuecomment-214859949
Received on Tuesday, 26 April 2016 19:31:02 UTC