Skip to content

Wrath Timewalker

Compare
Choose a tag to compare
@3Hren 3Hren released this 11 Sep 10:39
· 483 commits to master since this release

Changed

  • Use to_owned instead of to_string while converting ValueRef into Value.
    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.