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

Use mmap.PAGESIZE constant as value for first read #505

Merged

Commits on Jan 30, 2020

  1. Use mmap.PAGESIZE constant as value for first read.

    This size can have a real impact on performance when a lot of files need
    to be read.
    The performance relies heavily on the file system cache so reading as
    little pages as possible helps a lot on memory constrained systems.
    
    Signed-off-by: Xavier Fernandez <xavier.fernandez@polyconseil.fr>
    xavfernandez committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e7874ee View commit details
    Browse the repository at this point in the history