Utf8Json
ProtoBuf
Utf8Json | ProtoBuf | |
---|---|---|
5 | - | |
2,248 | 312 | |
- | 0.0% | |
0.0 | 0.0 | |
about 3 years ago | almost 3 years ago | |
C# | C# | |
MIT License | MIT License |
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
-
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.
ProtoBuf
We haven't tracked posts mentioning ProtoBuf yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
Json.NET - Json.NET is a popular high-performance JSON framework for .NET
ZeroFormatter - Infinitely Fast Deserializer for .NET, .NET Core and Unity.
LitJSON - JSON library for the .Net framework
Msgpack-Cli - MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
Protobuf.NET - Protocol Buffers library for idiomatic .NET
Bond - Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.