netty5/codec/src
Norman Maurer 60c9cbf46a FastLzFrameDecoder should not need to do any extra memory copies even when direct buffers are used (#11511)
Modifications:

Change code to not depend on heap buffers

Result:

Less memory copies
2021-07-26 11:59:23 +02:00
..
main/java/io/netty/handler/codec FastLzFrameDecoder should not need to do any extra memory copies even when direct buffers are used (#11511) 2021-07-26 11:59:23 +02:00
test Add StringDecoder test (#11496) 2021-07-21 14:31:45 +02:00