zekronium

Results 33 comments of zekronium
trafficstars

> @zekronium are you a quarkus or vertx user? Just to understand If I ask your feedback if you want to give adaptive a shot :) 98% Vert.x user with...

@franz1981 Is Quarkus jackson json encoding different to the Vert.x one?

Ah, reminds me of jsoniter-dynamic, they do similar things but its old and unmaintained now. Waiting for backport :)

> @zekronium are you a quarkus or vertx user? Just to understand If I ask your feedback if you want to give adaptive a shot :) I have benchmarked our...

This was a simple “feeler” test I ran using our request client for two minutes. I simply attached intelij profiler on my m1 max mac. It was a realistic load...

There are already a lot of libraries that parse to POJO well and handle missing fields and tune and optimize the parsing in many different ways, of course, does not...

I can invite you to the repository

Invite sent

Did it help? Have you also noticed, that in my benchmark where I serialize to map manually and build the full structure, how much slower it actually is compared to...

It still seems like its a low hanging fruit to not optimize for that. Jackson has implemented a way to handle this with virtual threads. It is possible to create...