Andrew J Said
Andrew J Said
@crazyfox55 In our project we have just started adding a `MyId` property which also helps smoothen the migration for existing objects with an `int Id` property. ``` [Computed] // Workaround...
Interestingly enough the PR looks to be slightly slower (5ns -> 11ns) with the benchmark as-is whereas I would have expected no difference. However there's a flaw with the benchmark...
I've created https://github.com/dotnet/runtime/pull/108732 which if accepted/merged should further improve the performance of the AlternateLookup used in this PR.
With new benchmark (dynamically generated routes) on latest commit I have these numbers. **Before** ``` | Method | Mean | Error | StdDev | Op/s | Gen 0 | Gen...