Hacker News new | past | comments | ask | show | jobs | submit login

You've described the difference between using mmap vs relying on the operating system's swap mechanism. But neither of those is quite the same as having an application that's aware of its memory usage and explicitly manages what it keeps in RAM. Using mmap may be useful for achieving that, but mmap on its own still leaves most of the management up to the OS.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: