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 readFile performance #27063

Closed
wants to merge 4 commits into from

Commits on Apr 3, 2019

  1. fs: improve readFile performance

    This increases the maximum buffer size per read to 256kb when using
    `fs.readFile`. This is important to improve the read performance for
    bigger files.
    
    Refs: nodejs#25741
    BridgeAR committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0d49428 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    8c24895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b64266e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    36774fe View commit details
    Browse the repository at this point in the history