netty5/microbench/src/main/java/io/netty
Francesco Nigro 1e4f0e6a09 Faster decodeHexNibble (#9896)
Motivation:

decodeHexNibble can be a lot faster using a lookup table

Modifications:

decodeHexNibble is made faster by using a lookup table

Result:

decodeHexNibble is faster
2019-12-23 21:16:44 +01:00
..
buffer Documented non-usage of BlackHole::consume on ByteBufAccessBenchmark (#9279) 2019-06-25 14:53:12 +02:00
handler/codec Faster decodeHexNibble (#9896) 2019-12-23 21:16:44 +01:00
microbench Fix typos in javadocs (#9527) 2019-10-09 15:25:41 +02:00
microbenchmark/common Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00