netty5/buffer/src
Norman Maurer 8b1f247a1a [#3623] CompositeByteBuf.iterator() should return optimized Iterable
Motivation:

CompositeByteBuf.iterator() currently creates a new ArrayList and fill it with the ByteBufs, which is more expensive then it needs to be.

Modifications:

- Use special Iterator implementation

Result:

Less overhead when calling iterator()
2015-04-20 10:45:37 +02:00
..
main/java/io/netty/buffer [#3623] CompositeByteBuf.iterator() should return optimized Iterable 2015-04-20 10:45:37 +02:00
test/java/io/netty/buffer [#3623] CompositeByteBuf.iterator() should return optimized Iterable 2015-04-20 10:45:37 +02:00