Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v14.x backport] fs: improve fsPromises readFile performance #37703

Closed

Commits on Apr 9, 2021

  1. fs: improve fsPromises readFile performance

    Improve the fsPromises readFile performance
    by allocating only one buffer, when size is known,
    increase the size of the readbuffer chunks,
    and dont read more data if size bytes have been read
    
    refs: nodejs#37583
    Backport-PR-URL: nodejs#37703
    PR-URL: nodejs#37608
    Linkgoron committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    63c43b0 View commit details
    Browse the repository at this point in the history