netty5/microbench
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
..
src/main Faster decodeHexNibble (#9896) 2019-12-23 21:16:44 +01:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00
pom.xml Update to latest JMH version (#9787) 2019-11-19 11:28:36 +01:00

README.md

Microbenchmark tests

See our wiki page.