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

Small perf improvements, also fixing order dependency of qualifiers #3571

Merged
merged 10 commits into from
Oct 16, 2024

Conversation

mtzguido
Copy link
Member

cc @nikswamy. This does not help much at all (caching only the module resolution doesn't either, so I dropped it). The real problem is name resolution being quadratic. But the HashMap can be useful already.

@mtzguido
Copy link
Member Author

This changes the order of qualifiers and we hit #3232

@mtzguido
Copy link
Member Author

@mtzguido mtzguido changed the title Small perf improvements Small perf improvements, also fixing order dependency of qualifiers Oct 15, 2024
@mtzguido mtzguido merged commit 74f189b into FStarLang:master Oct 16, 2024
2 checks passed
@mtzguido mtzguido deleted the perf branch October 16, 2024 01:34
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.

1 participant