2y ago · May 4, 2024 8:28 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.
StdRangesFan · Functional C++
C++20 view pipelines, lazy evaluation, and composable range algor...
C++20 view pipelines, lazy evaluation, and composable range algor...
The following users thanked StdRangesFan for this post: