Comment by lxgr
4 hours ago
> mmap() is a low-level design that makes it easier to work with files that don't fit in memory
It also often saves at least one copy operation (page cache to/from an application-level byte array), doesn't it?
4 hours ago
> mmap() is a low-level design that makes it easier to work with files that don't fit in memory
It also often saves at least one copy operation (page cache to/from an application-level byte array), doesn't it?
No comments yet
Contribute on Hacker News ↗