Skip to content

Lazily load dynamic linq types #940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

verdie-g
Copy link

Partially fixes #939.

I found two code paths that requires iterating on all the types of the world:

  1. KeywordsHelper.TryGetValue
  2. MethodFinder.FindMethod

In both cases, the "custom types" are not used first so there is a chance that they are never used and don't need to be loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

CPU Spike at startup
1 participant