AdvancedVocabulary#backend#architecture#developer-tools

Copy-on-Write Vocabulary

Learn the vocabulary of deferring a memory page's copy until the moment a process actually writes to it.

0 / 5 completed
1 / 5
At standup, a dev mentions two processes sharing the exact same underlying memory pages after a fork, with an actual private copy of a page only made the moment either process tries to write to it. What is this technique called?