netty5/buffer
Norman Maurer f9a77b3c83 Add FixedCompositeByteBuf which can be used to write an array of ByteBuf in an efficient way.
This implementation does not produce as much GC pressure as CompositeByteBuf and so is prefered,
for writing an array of ByteBufs. Be aware that FixedCompositeByteBuf is readonly.

When using this in a project that make heavy use of CompositeByteBuf for writes we was able to cut
down allocation to a half.
2013-12-03 08:09:24 +01:00
..
src Add FixedCompositeByteBuf which can be used to write an array of ByteBuf in an efficient way. 2013-12-03 08:09:24 +01:00
pom.xml Simplify bundle generation / Add io.netty.versions.properties to all JARs 2013-11-26 22:00:14 +09:00