Skip to content

Commit 722b39e

Browse files
Update README.md
1 parent e228007 commit 722b39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
zero-copy
22
=========
33

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).
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).
55

66
Example below demonstrates zero and non-zero file copy in Java and C.
77

0 commit comments

Comments
 (0)