vangogih / FastMigrations.Json.Net

The extra fast, minimum code size, unity compatible plugin for json files migrations using Newtonsoft Json.Net.
MIT License
49 stars 1 forks source link

Cache all `Migrate_` delegates from the first call #11

Open vangogih opened 2 months ago

vangogih commented 2 months ago

Create Prewarm method to avoid performance dropping by using MigratorMissingMethodHandling.Ignore setting

Idea: