netty5/codec/src
Norman Maurer 3b57a73602 Use FastThreadLocal for CodecOutputList
Motivation:

We used Recycler for the CodecOutputList which is not optimized for the use-case of access only from the same Thread all the time.

Modifications:

- Use FastThreadLocal for CodecOutputList
- Add benchmark

Result:

Less overhead in our codecs.
2018-01-23 11:34:52 +01:00
..
main/java/io/netty/handler/codec Use FastThreadLocal for CodecOutputList 2018-01-23 11:34:52 +01:00
test Fixes #7566 by handling concatenated GZIP streams. 2018-01-17 06:17:42 +01:00