netty5/microbench
Francesco Nigro 7f86f90646 Improve predictability of writeUtf8/writeAscii performance (#10368)
Motivation:

writeUtf8 can suffer from inlining issues and/or megamorphic call-sites on the hot path due to ByteBuf hierarchy

Modifications:

Duplicate and specialize the code paths to reduce the need of polymorphic calls

Result:

Performance are more stable in user code
2020-09-09 16:15:22 +02:00
..
src/main Improve predictability of writeUtf8/writeAscii performance (#10368) 2020-09-09 16:15:22 +02:00
pom.xml Improve MqttMessageType::valueOf cost (#10400) 2020-08-31 10:32:48 +02:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00

Microbenchmark tests

See our wiki page.