You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
zero-copy
2
2
=========
3
3
4
-
Zero copy lets you avoid redundant data copies between intermediate buffers and reduces the number of context switches between userspace and kernelspace. Ideal Zero copy (**zero cpu copy**) is possible when your hardware (disk drive, network card, graphic card, sound card) supports **DMA** (Direct Memory Acess).
4
+
Zero copy lets you avoid redundant data copies between intermediate buffers and reduces the number of context switches between user-space and kernel-space. Ideal Zero copy (**zero cpu copy**) is possible when your hardware (disk drive, network card, graphic card, sound card) supports **DMA** (Direct Memory Acess).
5
5
6
6
Example below demonstrates zero and non-zero file copy in Java and C.
0 commit comments