dotnet / dotnet/linker

Improve WellKnownType checking performance

Open
#3,065 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.