Re: [streams] Custom tee function (#401)

Note, the current tee() implementation does not actually duplicate the contents of the buffer chunks.  We're really just talking about the memory savings of the array holding the pointers to the buffer chunks.  This seems like pretty minimal savings to me for such added complexity to the API.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/401#issuecomment-151143947

Received on Monday, 26 October 2015 14:06:23 UTC