Skip to content
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

Move expensive type expressions to generic #830

Merged
merged 1 commit into from Jan 5, 2024

Conversation

scotttrinh
Copy link
Collaborator

Thanks to the quick feedback cycle introduced by #829 was able to spend some time speeding up the select types. Was able to determine that the scope variable was the part of the expression that was taking the most time, and moved the type instantiation to a generic.

@scotttrinh scotttrinh merged commit 7ed4058 into master Jan 5, 2024
8 checks passed
@scotttrinh scotttrinh deleted the speed-up-select-checking branch January 5, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant