netty5/buffer/src
Norman Maurer 93c306602a [#2653] Remove uncessary range checks for performance reasons
Motivation:

I introduced range checks as part of 6c47cc9711 in some places. Unfortunally I also added some where these are not needed and so caused a performance regression.

Modification:

Remove range checks where not needed

Result:

Fixed performance regression.
2014-07-14 11:43:19 +02:00
..
main/java/io/netty/buffer [#2653] Remove uncessary range checks for performance reasons 2014-07-14 11:43:19 +02:00
test/java/io/netty/buffer Fix the build timeout when 'leak' profile is active 2014-07-03 17:55:10 +09:00