Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
pezezin
5mo ago
0 comments
Save
Share
In any modern OS with CoW forking/paging, multiple worker processes of the same app will share code segments by default.
0 comments
1 comments · 1 top-level
top
newest
oldest
rollcat
5mo ago
COW on fork has been a given for decades.
You can't COW two different libraries, even if the libraries in question share the source code text.
j
/
k
navigate · click thread line to collapse