netty5/codec
Norman Maurer fa84e86f78 Lz4FrameEncoder should prefer direct buffers for its output.
Motivation:

We should prefer direct buffers for the output of Lz4FrameEncoder as this is what is needed for writing to the socket.

Modification:

Use direct buffers for the output

Result:

Less memory copies needed.
2016-07-21 11:36:32 +02:00
..
src Lz4FrameEncoder should prefer direct buffers for its output. 2016-07-21 11:36:32 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-07-15 09:09:13 +02:00