netty5/transport-native-epoll
Nick Hill 630c82717d Lazy initialize NativeDatagramPacketArray and IovArray in EpollEventLoop (#8160)
Motivation:

Avoid unnecessary native memory allocation if UDP / TCP isn't being
used.

Modifications:

Create the reused NativeDatagramPacketArray and IovArray upon first use
instead of EpollEventLoop construction.

Also correct related comment in NativeDatagramPacketArray.

Result:

Reduced native memory use when using epoll in many cases
2018-07-29 18:22:27 +08:00
..
src Lazy initialize NativeDatagramPacketArray and IovArray in EpollEventLoop (#8160) 2018-07-29 18:22:27 +08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-07-27 04:59:28 +00:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.