实现 copy on write 的两个方法
1. 自己实现一个有 copy on write 的数据结构,比如:
https://github.com/google/btree
2. 使用 fork()
https://github.com/MDGSF/CPractice/blob/master/forkDemo/main.cpp
实现 copy on write 的两个方法
https://github.com/google/btree
https://github.com/MDGSF/CPractice/blob/master/forkDemo/main.cpp
上一篇 [proxy 代理] cow
下一篇 [算法学习] 面试题收集1