netty5/buffer
Norman Maurer 24de49cb82 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.
2015-06-27 20:57:24 +02:00
..
src Add FixedCompositeByteBuf which can be used to write an array of ByteBuf in an efficient way. 2015-06-27 20:57:24 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-06-23 11:08:27 +02:00