Memory-Mapped Files

Creator
Created
Created
2019 Nov 5 5:17
Editor
Edited
Edited
2023 Jan 18 22:53
Refs
Refs
Memory-mapped file I/O allows file I/O to be treated as routine memory access by mapping a disk block to a page in memory
  • Uniform access for files and memory → less copying
notion image

Recommendations