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 promise based readFile performance for big files #44295

Merged

Commits on Oct 4, 2022

  1. fs: improve promise based readFile performance for big files

    This significantly reduces the peak memory for the promise
    based readFile operation by reusing a single memory chunk after
    each read and strinigifying that chunk immediately.
    
    Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
    BridgeAR committed Oct 4, 2022
    Copy the full SHA
    6c92996 View commit details
    Browse the repository at this point in the history