netty5/microbench/src/main/resources
Francesco Nigro 162e59848a
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:10:26 +02:00
..
io/netty/microbench Efficient BytBuf search algorithms (#9914) (#9955) 2020-04-15 10:21:24 +02:00
logback.xml Have microbenchmarks produce a deployable artifact. Fix some minor miscellaneous issues. 2015-04-17 10:04:26 -07:00
Utf8Samples.txt Improve predictability of writeUtf8/writeAscii performance (#10368) 2020-09-09 16:10:26 +02:00