STARIONGROUP / SysML2.NET

A .NET implementation of the OMG SysML2 specification
https://www.stariongroup.eu
Apache License 2.0
15 stars 2 forks source link

update the Json deserializer to use the u8 from C# 11 to improve performance #23

Closed samatstariongroup closed 1 year ago

samatstariongroup commented 1 year ago

Prerequisites

Description

the performance of the serializer can be increased when we use UTF8 only, see https://endjin.com/blog/2023/02/dotnet-csharp-11-utf8-string-literals

Add the "u8" notation to property names when being written by the Utf8JsonWriter

Steps to Reproduce

System Configuration