netty5/buffer/src
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
..
main/java/io/netty/buffer Provide a way to cache the internal nioBuffer of the PooledByteBuffer… (#8603) 2018-12-04 15:39:55 +01:00
test/java/io/netty/buffer Fix offset calculation in PooledByteBufAllocator when used 2018-11-27 11:47:40 +01:00