Commit f57a3bb
committed
Perf(value): use
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`.to_owned instead of to_string
1 parent 7162a07 commit f57a3bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments