Open sean- opened 6 years ago
Suggestion from the audience:
Flag: POSIX_FADV_WILLNEED
POSIX_FADV_WILLNEED
While the memory bandwidth consumed from copying data from the OS into userland is not much, there is room for improvement through the use of posix_fadvise(2) instead of pread(2).
posix_fadvise(2)
pread(2)
Suggestion from the audience:
Flag:
POSIX_FADV_WILLNEED
While the memory bandwidth consumed from copying data from the OS into userland is not much, there is room for improvement through the use of
posix_fadvise(2)
instead ofpread(2)
.