netty5/transport-native-kqueue
Norman Maurer c318fc7cea Remove not needed intermediate collection while reading DatagramPackets in native transports
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.
2017-07-05 18:20:05 +02:00
..
src Remove not needed intermediate collection while reading DatagramPackets in native transports 2017-07-05 18:20:05 +02:00
pom.xml transport-native-kqueue libraries should not lazy link 2017-06-28 11:47:16 -04:00