copy-on-write-proxy-optimization

Status: IN

Copy-on-write is an optimization technique used with Proxy: multiple clients share a single object and a copy is made only when a client attempts to modify it (GoF p. 210).

Source: entries/2026/06/17/gof-oo-chunk-24.md

Depended on by

JSON