netty5/common/src
Norman Maurer db6b72da19 Add optimized version of setZero(...) / writeZero(...) for Unsafe*ByteBuf implementations
Motivation:

Unsafe offers a method to set memory to a specific value. This can be used to implement an optimized version of setZero(...) and writeZero(...)

Modifications:

Add implementation for all Unsafe*ByteBuf implementations.

Result:

Faster setZero(...) and writeZero(...)
2016-05-30 15:10:15 +02:00
..
main Add optimized version of setZero(...) / writeZero(...) for Unsafe*ByteBuf implementations 2016-05-30 15:10:15 +02:00
test DefaultPromise StackOverflowError protection 2016-05-24 14:59:27 -07:00