Skip to content

mbtolou/SerializerCorePerformance

Repository files navigation

SerializerTests

.NET Serializer testing framework

This test framework compares the most popular and fastest serializers for .NET which was the input for

The project compiles to .NET 5.0, .NET Core 3.1 and .NET 4.8 where you can check out the serialization performance in your favorite .NET Framework. The currently tested Serializers are

The test suite tries its best to be fair and vendor neutral. More than one serializer claims to be the fastest. Now you can test at your own if that is really the case. If I have forgot a great serializer (should be as fast or faster than Protobuf) please drop me a note and I will include it.

Legacy Serializers

These are either no longer compatible with .NET Core 3.1 .NET 5.0 or were superseded by newer ones. Were possible I have commented out only the serializer invocations in Program.cs so you can add them again if you are curious.

Running

  • Clone Repo
  • Build Release
  • Execute RunAll.cmd from source directory

You will get a combined CSV file for all tested serializers on your machine for .NET 5.0, .NET Core 3.1 and .NET 4.8. Then you can verify the data yourself. If you want to plug in your own data types see Program.cs how to extend/modify the test suite.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages