netty5/codec/src
Norman Maurer 87551fc751 Remove memory copy when checksum non heap backed ByteBuf implementations using Snappy
Motivation:

We should try to minimize memory copies whenever possible.

Modifications:

- Refactor ByteBufChecksum to work with heap and direct ByteBuf always
- Remove memory copy in Snappy by let Crc32c extend ByteBufChecksum

Result:

Less memory copies when using Snappy
2016-07-22 09:11:43 +02:00
..
main/java/io/netty/handler/codec Remove memory copy when checksum non heap backed ByteBuf implementations using Snappy 2016-07-22 09:11:43 +02:00
test Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00