Hacker News new | ask | show | jobs
by masklinn 1311 days ago
> It's copy-on-write semantics.

CoW is not semantics, it’s a way of implementing value semantics which avoids unnecessary defensive copies.