This PR introduces a new deserializer implementation that does not use rmp-serde. The new implementation is faster and enables optimizations that are not possible with rmp-serde. The main one is to not perform the expensive utf-8 validation for map string keys that are present in the cache, as it is redundant.
This PR introduces a new deserializer implementation that does not use rmp-serde. The new implementation is faster and enables optimizations that are not possible with rmp-serde. The main one is to not perform the expensive utf-8 validation for map string keys that are present in the cache, as it is redundant.