Obsidian
Obsidian copied to clipboard
Use STJ source generator
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