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

Anyway, kind of the point is to separate the "X's promises are slow" and "X's microtasks are slow" from "streams are slow." Since the source of slowness claimed here is usage of the microtask queue (via promises), what we really want to investigate is the slowness of streams with an idealized microtask queue.

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

Received on Friday, 10 April 2015 21:24:11 UTC