- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 03 Feb 2016 01:34:55 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 3 February 2016 09:35:35 UTC
BTW, I made the reference implementation too optimized. E.g. when read() is issued and the source can immediately respond to it, we don't skip pushing the request to the pending request queue but just fulfill it. It's making the code complicated. I plan to rather simplify them than keeping the micro optimization. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/418#issuecomment-179123183
Received on Wednesday, 3 February 2016 09:35:35 UTC