Zero Copy in Java #1865
-
|
Q: What is zero-copy and how is it used? |
Beta Was this translation helpful? Give feedback.
Answered by
shivrajcodez
Mar 21, 2026
Replies: 1 comment
-
|
Zero-copy = transfer data without copying between user & kernel space |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zero-copy = transfer data without copying between user & kernel space
Reduces CPU usage + latency, boosts throughput