netty5/transport/src
Norman Maurer 36304e1f05 Reduce object allocation by using same ChannelFutureListener instance.
Motivation:

When VoidChannelPromise.unvoid() was called we created a new ChannelFutureListener everytime. This is not needed as its stateless.

Modifications:

Reuse the ChannelFutureListener.

Result:

Less object allocations
2018-01-26 08:42:39 +01:00
..
main/java/io/netty Reduce object allocation by using same ChannelFutureListener instance. 2018-01-26 08:42:39 +01:00
test/java/io/netty DefaultChannelPipeline will not invoke handler if events are fired from handlerAdded 2018-01-24 10:32:48 +01:00