netty5/buffer/src
Jakob Buchgraber 1bce46dbb3 Bit tricks to check for and calculate power of two.
Motivation:
I was studying the code and thought this was simpler and easier to
understand.

Modifications:
Replaced the for loop and if conditions, with a simple implementation.

Result:
Code is easier to understand.
2014-03-18 15:59:34 +09:00
..
main/java/io/netty/buffer Bit tricks to check for and calculate power of two. 2014-03-18 15:59:34 +09:00
test/java/io/netty/buffer Fix limit computation of NIO ByteBuffers obtained via ReadOnlyByteBufferBuf.nioBuffer 2014-03-14 08:10:18 +01:00