netty5/codec/src
Norman Maurer f25f1f255d No need to do a memory copy to verify snappy identifier
Motivation:

We are currently doing a memory copy to verify the snapy version. This is not needed.

Modifications:

Remove memory copy and just compare byte per byte.

Result:

Less memory copies and allocations
2016-07-24 20:39:46 +02:00
..
main/java/io/netty/handler/codec No need to do a memory copy to verify snappy identifier 2016-07-24 20:39:46 +02:00
test Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00