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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,12 @@ there may be breaking changes such as those highlighted in the [Flurl upgrade do
80
80
81
81
82
82
## Performance with System.Text.Json vs Newtonsoft.Json
83
-
The System.Text.Json processing with Json transformation strategy is now **~10X faster** than the original Newtonsoft.Json processing.
83
+
The `System.Text.Json` processing with the new Json transformation strategy is now **~10X faster** than the original `Newtonsoft.Json` processing in my tests; your results will vary and may be higher.
84
84
85
-
And the newly optimized Newtonsoft.Json processing with new Json transformation strategy (vs Converter) also now benchmarks **~2X faster**.
85
+
And the newly optimized `Newtonsoft.Json` processing with new Json transformation strategy (vs Converter in original implementation) also now benchmarks **~2X faster**; a suprising benefit.
86
86
87
-
The following Benchmarks were run using .NET 6. As one might assume older versions of .NET are slower while newer versions are even faster.
88
-
For example, .NET 4.6.1 is quite slow compared to .NET 6, however .NET 8 is noticeably faster.
87
+
The following Benchmarks were run using .NET 6. And, as one might assume newer versions are likely even faster.
88
+
For example, .NET 4.6.1 is quite slow compared to .NET 6, and .NET 8 is noticeably faster.
0 commit comments