netty5/buffer/src
Alwayswithme 79c17cf1fd ByteBufUtil use IndexOfProcessor to find occurrence.
Motivation:
The way of firstIndexOf and lastIndexOf iterating the ByteBuf is similar to forEachByte and forEachByteDesc, but have many range checks.
Modifications:
Use forEachByte and a IndexOfProcessor to find occurrence.
Result:
eliminate range checks
2015-05-07 09:36:47 +02:00
..
main/java/io/netty/buffer ByteBufUtil use IndexOfProcessor to find occurrence. 2015-05-07 09:36:47 +02:00
test/java/io/netty/buffer [#3623] CompositeByteBuf.iterator() should return optimized Iterable 2015-04-20 10:45:37 +02:00