Copy-on-write.
One of the widely used resource-management techniques is copy-on-write (COW). It is usually implemented when we have to copy or duplicate a resource (e.g., memory, files, and data structures).
It is implemented in one of the computer's fundamental ...
abstractions.hashnode.dev2 min read