Currently when a file is loaded the full file is read into memory. Mapping individual pages on demand would remove the need for this long read. Mapping pages from a file requires remembering what file created the mapping and recognizing faults accordingly.
Ian