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

Performance Tuning of std::filebuf #2481

Closed
wants to merge 1 commit into from
Closed

Performance Tuning of std::filebuf #2481

wants to merge 1 commit into from

Commits on Jan 16, 2022

  1. Performance Tuning

    Binary mode does not require a \r\n -> \n translation
    Reading only 4095 bytes at a time may result in low performance when reading large files
    
    Signed-off-by: xth <[email protected]>
    xth committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    5c99032 View commit details
    Browse the repository at this point in the history