Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
There are some very hot paths writing json that look fairly high on the outlier scale with around 0.5 branch predictability. This is mainly around dispatching depending on the type being written, similar to the hot spot in JavaBinCodec. Worth seeing if this can be adjusted for a more favorable chance at allowing for some prediction.