The fastest .NET Serializer is NOT what you think

preview_player
Показать описание
Recently, I needed to compare the current performance of .NET serializers for a project. In this video, I compare the current state of the serializers and produce some interesting results.

Json Serializers
_____________________

Binary Serializers
_____________________

😁 Connect With Me 😁
________________________________

📖 Chapters 📖
__________________

0:00 - Introduction & Rules
2:27 - Project setup
4:15 - JSON Results
4:42 - Binary Results
5:40 - Payload Sizes

#CodeWithStu #dotnet #aspnetcore
Рекомендации по теме
Комментарии
Автор

Dang. Wildly underrated video and channel. This is good stuff.

TheBuzzSaw
Автор

So much work for a 7 minute video, WOW. Thanks for the info.

evanboltsis
Автор

Excellent work! I hope that you keep sharing those results once we get new .NET versions.😉

gui.ferreira
Автор

Absolutely beautiful video. This will be a reference for years to come. Thank you!

aliengarden
Автор

Thanks for this video, u have saved my time so much, really appreciate it!

BakarGames
Автор

Kind of content I like to see especially when big differences rise.
Which serializer did you choose to go with?
There's always the trade off between performance, features and also current state of maintenance.
I have seen some project weren't updated for quite a long time.

MaximePoulain