netty5/codec
Norman Maurer 53040fd399 Not use Unpooled to allocate buffers in Base64 but use a ByteBufAllocator
Motivation:

We should not use Unpooled to allocate buffers for performance reasons.

Modifications:

Allow to pass in ByteBufAllocate which is used to allocate buffers or use the allocate of the src buffer.

Result:

Better performance if the PooledByteBufAllocator is used.
2015-12-18 21:22:47 +01:00
..
src Not use Unpooled to allocate buffers in Base64 but use a ByteBufAllocator 2015-12-18 21:22:47 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00