Skip to content

Commit 187c295

Browse files
authored
Update README.md
1 parent 48e60c7 commit 187c295

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ there may be breaking changes such as those highlighted in the [Flurl upgrade do
8080

8181

8282
## 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.
8484

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.
8686

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.
8989

9090
// * Benchmark.NET Summary using .NET 6 *
9191

0 commit comments

Comments
 (0)