Selected Java Interview Questions
Feb 17, 2020 · Backend Development
Understanding Zero‑Copy and CompositeChannelBuffer in Netty
This article explains the concept of zero‑copy, how Netty implements it through sendfile, FileChannel.transferTo and CompositeChannelBuffer, and provides detailed code analysis of CompositeChannelBuffer's internal structures and lookup algorithms to improve network I/O performance.
CompositeChannelBufferJavaNetty
0 likes · 9 min read
