netty5/buffer
Norman Maurer 42e0ce6f7a Move less common code-path to extra method to allow inlining of writeUtf8. (#8600)
Motivation:

ByteBuf is used everywhere so we should try hard to be able to make things inlinable. During benchmarks it showed that writeCharSequence(...) fails to inline writeUtf8 because it is too big even if its hots.

Modifications:

Move less common code-path to extra method to allow inlining.

Result:

Be able to inline writeUtf8 in most cases.
2018-11-27 21:04:13 +01:00
..
src Move less common code-path to extra method to allow inlining of writeUtf8. (#8600) 2018-11-27 21:04:13 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00