netty5/buffer
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
..
src Provide a way to cache the internal nioBuffer of the PooledByteBuffer… (#8603) 2018-12-04 15:39:55 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00