2012年3月21日
摘要: Copy-on-writeCopy-on-write (sometimes referred to as "COW") is an optimization strategy used in computer programming. The fundamental idea is that if multiple callers ask for resources which are initially indistinguishable, you can give them pointers to the same resource. This function can 阅读全文
posted @ 2012-03-21 15:45 york_hust 阅读(486) 评论(0) 推荐(0) 编辑