netty5/buffer/src/main/java/io
Norman Maurer 945f123f8b 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:24 +01:00
..
netty/buffer Provide a way to cache the internal nioBuffer of the PooledByteBuffer to reduce GC. (#8593) 2018-11-27 13:55:24 +01:00