vert.x icon indicating copy to clipboard operation
vert.x copied to clipboard

✔ Jackson bundled Base64 isn't bad at all

Open magicprinc opened this issue 2 years ago • 0 comments

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)

magicprinc avatar Dec 08 '23 00:12 magicprinc