Obsidian icon indicating copy to clipboard operation
Obsidian copied to clipboard

Use STJ source generator

Open Seb-stian opened this issue 3 years ago • 0 comments

The new System.Text.Json source generator can

  • increase serialization throughput
  • reduce start-up time
  • reduce memory usage
  • help with app trimming

We can already use this feature via a NuGet package, but we may want to wait for .NET 6, where it gets shipped.

This issue depends on #121

Seb-stian avatar Jul 24 '21 21:07 Seb-stian