netty5/buffer/src/main/java/io
Norman Maurer 85c1590a90 Provide a way to cache the internal nioBuffer of the PooledByteBuffer… (#8603)
Motivation:

Often a temporary ByteBuffer is used which can be cached to reduce the GC pressure.

Modifications:

Cache the ByteBuffer in the PoolThreadCache as well.

Result:

Less GC.
2018-12-04 15:39:55 +01:00
..
netty/buffer Provide a way to cache the internal nioBuffer of the PooledByteBuffer… (#8603) 2018-12-04 15:39:55 +01:00