Tony老师的博客
首页
文章
相册
关于
programming
共 1 篇文章
三月 26, 2018
理解写时复制(Copy-on-Write)
Copy-on-Write
(缩写为 COW)是一种优化策略,核心思想是:
共享 → 复制,但等到真正需要修改时才复制
。
继续阅读