netty5/buffer/src
Norman Maurer 8cd005ba43
Provide a way to cache the internal nioBuffer of the PooledByteBuffer to reduce GC. (#8593)
Motivation:

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

Modifications:

Add a Deque per PoolChunk which will be used for caching.

Result:

Less GC.
2018-11-27 13:55:13 +01:00
..
main/java/io/netty/buffer Provide a way to cache the internal nioBuffer of the PooledByteBuffer to reduce GC. (#8593) 2018-11-27 13:55:13 +01:00
test/java/io/netty/buffer Fix offset calculation in PooledByteBufAllocator when used 2018-11-27 11:47:34 +01:00