c318fc7cea
Motivation: We used an intermediate collection to store the read DatagramPackets and only fired these through the pipeline once wewere done with the reading loop. This is not needed and can also increase memory usage. Modifications: Remove intermediate collection Result: Less overhead and possible less memory usage during read loop. |
||
---|---|---|
.. | ||
main | ||
test/java/io/netty/channel/kqueue |