netty5/buffer/src/main/java/io
Norman Maurer 2680357423
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:26:05 +01:00
..
netty/buffer Provide a way to cache the internal nioBuffer of the PooledByteBuffer… (#8603) 2018-12-04 15:26:05 +01:00