|
The goal is to be able to run mincore
Accepts as input the address of an mmap file
Returns a byte-vector of which pages are cached in core
Possible to optimize code to first read blocks of a file which won't trigger disk IO
The first step is to mmap a file
|