Zero-copy概念 wiki上关于zero-copy的概念定义 "Zero-copy" describes computer operations in which the CPU does not perform the task of copying data from one memory area to another. This is frequently used to save CPU cycles and memory bandwidth when transmitting a file over a network. 从WIKI的定义中...
暂无评论