Skip to content

buffer: improve blob read performance

Fix: https://github.com/nodejs/node/issues/42108

before:

after

after:

before

start only runs once, and pull usually will be executed multiple times.

Merge request reports

Loading