Copy-on-write

Copy-on-write (COW), also called implicit sharing or shadowing, is a resource-management technique used in programming to manage shared data efficiently. Instead of copying data right away when multiple programs use it, the same data is shared between programs until one tries to modify it.

Source: Wikipedia — Copy-on-write (CC BY-SA 4.0)

Copy-on-write

Copy-on-write (COW), also called implicit sharing or shadowing, is a resource-management technique used in programming to manage shared data efficiently. Instead of copying data right away when multiple programs use it, the same data is shared between programs until one tries to modify it.

Source: Wikipedia "Copy-on-write" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy