netty5/codec/src
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
..
main/java/io/netty/handler/codec Lz4FrameEncoder should prefer direct buffers for its output. 2016-07-21 11:36:32 +02:00
test Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00