Protocol framework: use pooled ByteBuf allocator
authorRobert Varga <rovarga@cisco.com>
Fri, 6 Jun 2014 08:39:35 +0000 (10:39 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 30 Jun 2014 10:38:32 +0000 (12:38 +0200)
This should enhance the default performance characteristics by reusing
ByteBufs if possible. With 4.0.19, netty keeps a thread-local cache of
direct buffers, so we should see a reduction in buffer copying, if not
other effects.

Change-Id: I81fcf380f6f3b03187000dbca0dd8507975e8dd1
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found