Hi,
I've just added my custom MsgPack serializers hoping to see performance increase. I covered all data types in between chains.
However this Kryo method still takes a lot of CPU: IdentityObjectIntMap.get
Is there something else should be configured?
Or is there no way to get away from Kryo overhead?