Wrath Timewalker
Changed
-
Use
to_owned
instead ofto_string
while convertingValueRef
intoValue
.
This change improvesValueRef::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 intoValue
.