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

fs: improve fsPromises readFile performance #37608

Closed

Commits on Mar 5, 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
    Linkgoron committed Mar 5, 2021
    Copy the full SHA
    cfb1805 View commit details
    Browse the repository at this point in the history
  2. fs: add promisified readFile benchmark

    add a benchmark for fs.promises.readFile
    Linkgoron committed Mar 5, 2021
    Copy the full SHA
    e31ccd9 View commit details
    Browse the repository at this point in the history