GC thrashing in server-side rendering
When adapting to a ReadableStream, a bit more work is required since the alternative approach yields batches of chunks, but the adaptation layer is as easily straightforward:
。关于这个话题,heLLoword翻译官方下载提供了深入分析
const blocking = Stream.push({ highWaterMark: 2, backpressure: 'block' });
// Finally, we release the lock on the stream