Hacker News new | ask | show | jobs
by astrange 1177 days ago
No, it also shares them between multiple runs of the same process, and it reuses the pages that were in your file cache anyway.

> * Fewer context switches among user space / kernel syscalls

This is not necessarily true. There's lots of cases where it's actually slower.