Utf8Json
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin). (by neuecc)
ReplaysToCSV
Little side project done for a redditor to parse .wotreplay files to CSV (limited information in CSV) (by ThiccDaddie)
Utf8Json | ReplaysToCSV | |
---|---|---|
5 | 1 | |
2,248 | 1 | |
- | - | |
0.0 | 0.0 | |
about 3 years ago | over 3 years ago | |
C# | C# | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Utf8Json
Posts with mentions or reviews of Utf8Json.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-29.
-
Runtime code generation and execution in Go
This looks like a fun project but for serious work, if you need runtime codegen, you should use .NET which has been successfully using reflection and IL emit for more than a decade:
- Regex https://github.com/dotnet/runtime/blob/main/src/libraries/Sy...
- Json https://github.com/neuecc/Utf8Json/tree/master?tab=readme-ov... (this project is archived but nonetheless impressive and continues to show good numbers despite obsoletion)
- LINQ to DB query compilation https://github.com/dotnet/efcore/blob/main/src/EFCore/Query/...
-
Utf8Json VS Utf8JsonAsyncStreamReader - a user suggested alternative
2 projects | 10 May 2023
-
Branchless Exercise
While I posted a solution that would do this, I'd call this premature optimization. The only time I'd even consider doing this is in a hot path. Here's a good reason to focus on branchless programming: https://github.com/neuecc/Utf8Json.
-
Tried system.text.json instead of Newtonsoft.json for a personal project, resulted in a 10x throughput in improvement
Now try Utf8Json.
-
Runtime communication with C# applicaiton
If my game state was smaller I would go for https://github.com/neuecc/Utf8Json and serde_json combination. Would save me some time with rmp_serde customization.
ReplaysToCSV
Posts with mentions or reviews of ReplaysToCSV.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-14.
-
Tried system.text.json instead of Newtonsoft.json for a personal project, resulted in a 10x throughput in improvement
https://github.com/ThiccDaddie/ReplaysToCSV for those interested.
What are some alternatives?
When comparing Utf8Json and ReplaysToCSV you can also consider the following projects:
Json.NET - Json.NET is a popular high-performance JSON framework for .NET
.NET Runtime - .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
LitJSON - JSON library for the .Net framework
Protobuf.NET - Protocol Buffers library for idiomatic .NET
Jil - Fast .NET JSON (De)Serializer, Built On Sigil
ServiceStack.Text - .NET's fastest JSON, JSV and CSV Text Serializers