Hacker News new | ask | show | jobs
by bodhiandphysics 1634 days ago
Lots of programs malloc a lot of memory, and do nothing with it for a while. This allows the os to wait for a low load time to handle memory allocation.
1 comments

Is there much benefit from delaying the zeroing to first-write rather than first-read (which I think is effectively where Linux does it)?
I think the article is just incorrect and every system uses allocation on first read.
Probably not... but both ways are fine.