netty5/transport-native-unix-common/src
Norman Maurer 8910d62544 Use byte[] to create DatagramSocketAddress and so reduce overhead (#9516)
Motivation:

At the moment we use the String representation of the IP to create the DatagramSocketAddress. This is not for free and we should better use the byte[] directly to reduce the overhead of parsing the String (and creating it in the first place)

Modifications:

Directly use byte[] as input for the DatagramSocketAddress

Result:

Less overhead when using Datagrams with native transports
2019-08-30 09:23:12 +02:00
..
main Use byte[] to create DatagramSocketAddress and so reduce overhead (#9516) 2019-08-30 09:23:12 +02:00
test/java/io/netty/channel/unix Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00