Hacker News new | ask | show | jobs
by lxgr 109 days 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?