Improve WellKnownType checking performance
Open
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
We could improve `IsTypeOf(WellKnownType)` and `GetWellKnownType` performance by caching the types in LinkContext and comparing MetadataToken for `IsTypeOf` instead of a string comparison on namespace and name.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.