You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading from a web readable stream is still much slower than using a node stream, maybe there is some room for improvement? Using fetch's body mixins would improve perf if readablestreamdefaultreader.read was faster, and probably the ReadableStream's async iterator.
The text was updated successfully, but these errors were encountered:
Refs: nodejs/undici#2014
Reading from a web readable stream is still much slower than using a node stream, maybe there is some room for improvement? Using fetch's body mixins would improve perf if readablestreamdefaultreader.read was faster, and probably the ReadableStream's async iterator.
The text was updated successfully, but these errors were encountered: