Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information