Y
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
pm215
1634 days ago
Is there much benefit from delaying the zeroing to first-write rather than first-read (which I think is effectively where Linux does it)?
link
astrange
1633 days ago
I think the article is just incorrect and every system uses allocation on first read.
link
bodhiandphysics
1634 days ago
Probably not... but both ways are fine.
link