netty5/transport/src
Norman Maurer 3cf7ccbd3c Process OP_WRITE before OP_READ to free memory faster
Motivation:

We should better first process OP_WRITE before OP_READ as this may allow us to free memory in a faster fashion for previous queued writes.

Modifications:

Process OP_WRITE before OP_READ

Result:

Free memory faster for queued writes.
2016-10-10 07:42:39 +02:00
..
main/java/io/netty Process OP_WRITE before OP_READ to free memory faster 2016-10-10 07:42:39 +02:00
test/java/io/netty Clean-up unused imports 2016-09-30 09:08:50 +02:00