You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change improves `ValueRef::to_owned()` method performance by
approximately 10-20%.
Also after this commit it's cheaper to decode directly into `ValueRef`
with further converting to owned value rather than decoding directly
into `Value`.
0 commit comments