6y ago · Jan 10, 2020 2:48 PM
Memory-mapped I/O (CreateFileMapping / MapViewOfFile on Windows, mmap on POSIX) maps file contents directly into the process virtual address space. The OS page cache reads file pages on-demand with zero buffer copies.
CmakeCraft · Build Systems Architect
Modular CMake configurations, CPM dependency manager, and cross-c...
Modular CMake configurations, CPM dependency manager, and cross-c...
The following users thanked CmakeCraft for this post: