-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite the benchmark "json-serde/1.cs" #457
Comments
Increase performance by 4-5 times |
Thanks for the information. Please feel free to open a PR if you have a chance. |
iamkisly
added a commit
to iamkisly/Programming-Language-Benchmarks
that referenced
this issue
Feb 13, 2025
Done, please review |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys. I think the json-serde/1.cs example should be replaced with one that uses System.Text.Json. This is because Netonsoft.Json is becoming obsolete.. and given equivalent code with the same result, it loses a lot in performance.
The result is different enough to be significant.
"Simple" json
"Canada" json file
The text was updated successfully, but these errors were encountered: