netty5/buffer/src
Norman Maurer ffe7aafd82 Optimize and minimize bound checks
Motivation:

We should minimize and optimize bound checks as much as possible to get the most out of performance.

Modifications:

- Use bitwise operations to remove branching
- Remove branches when possible

Result:

Better performance for various operations.
2015-10-15 10:18:13 +02:00
..
main/java/io/netty/buffer Optimize and minimize bound checks 2015-10-15 10:18:13 +02:00
test/java/io/netty/buffer [#4313] ByteBufUtil.writeUtf8 should use fast-path for WrappedByteBuf 2015-10-13 12:00:37 +02:00