vert.x
vert.x copied to clipboard
✔ Jackson bundled Base64 isn't bad at all
I have made quick benchmark using JMH. https://github.com/magicprinc/benchmarks4vertx
It definitely requires more expert tuning, but at first glance, the results are interesting.
In some cases, Jackson is 36% faster than JDK Base64 used by Vert.x (All JMH reports are on benchmark front page)
Relates to
io.vertx.core.json.jackson.ByteArraySerializer (less)
io.vertx.core.json.jackson.ByteArrayDeserializer (more)