netty5/transport
Norman Maurer 48c7ca8edd Factor out less common code-path into own method to allow inlining. (#8590)
Motivation:

During benchmarks two methods showed up as "hot method too big". We can easily make these smaller by factor out some less common code-path to an extra method and so allow inlining.

Modifications:

Factor out less common code path to an extra method.

Result:

Hot methods can be inlined.
2018-11-25 21:46:33 +01:00
..
src Factor out less common code-path into own method to allow inlining. (#8590) 2018-11-25 21:46:33 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00