- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 29 May 2015 20:57:42 -0700
- To: w3c/filesystem-api <filesystem-api@noreply.github.com>
Received on Saturday, 30 May 2015 03:58:09 UTC
We did a pretty hefty real-world performance comparison for this sort of stuff in streams and found that the cost of promise allocations was absolutely trivial. The actual I/O is where all the work happens. The motivation for backpressure here is quite simply to avoid the extra I/O---which is where the real cost lies. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/filesystem-api/issues/4#issuecomment-106983517
Received on Saturday, 30 May 2015 03:58:09 UTC