Menu

#1 Lazy mapping of pages from files

open
nobody
None
5
2006-12-07
2006-12-07
Ian Rogers
No

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

Discussion


Log in to post a comment.