neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.36k stars 267 forks source link

Performance of Neuecc/Utf8Json vs System.Text.Json #151

Open hpbieker opened 5 years ago

hpbieker commented 5 years ago

System.Text.Json will be addet to .NET Core 3.0. Would it be possible to add some performance benchmark between Utf8Json and System.Text.Json?

jakoss commented 4 years ago

https://michaelscodingspot.com/the-battle-of-c-to-json-serializers-in-net-core-3/