netty5/buffer/src
Brendt Lucas ac8ac59148 [#2642] CompositeByteBuf.deallocate memory/GC improvement
Motivation:

CompositeByteBuf.deallocate generates unnecessary GC pressure when using the 'foreach' loop, as a 'foreach' loop creates an iterator when looping.

Modification:

Convert 'foreach' loop into regular 'for' loop.

Result:

Less GC pressure (and possibly more throughput) as the 'for' loop does not create an iterator
2014-07-08 21:08:14 +02:00
..
main/java/io/netty/buffer [#2642] CompositeByteBuf.deallocate memory/GC improvement 2014-07-08 21:08:14 +02:00
test/java/io/netty/buffer Fix the build timeout when 'leak' profile is active 2014-07-03 17:55:10 +09:00