Re: [streams] rsReader.readBatch(numberOfChunks)? rbsReader.read(view, { waitUntilDone: true })? (#320)

Also consider many streams running in parallel.  While each stream is throttled at I/O, collectively they are putting a larger load on the system due to increased object creation and stack unwinding/rewinding.  I might try to write a test for this case as well.

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

Received on Thursday, 9 April 2015 01:20:00 UTC