Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
skydhash
1mo ago
0 comments
Save
Share
More code to load from disk to memory, and while it may be fast, it’s not instantaneous.
0 comments
3 comments · 1 top-level
top
newest
oldest
orf
1mo ago
· 2 in thread
SSDs can read at gigabytes per second, and only the used portions are paged into memory.
Anything else?
skydhash
OP
1mo ago
Loading a program in memory is much more complicated than raw disk transfer speed.
orf
1mo ago
So you’re saying that if you append 1GB of junk data to the end of an executable it would be slower to execute?
No? So it’s not purely a function of disk size.
j
/
k
navigate · click thread line to collapse