Skip to content

Make function-info 4000x faster #590

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

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Make function-info 4000x faster #590

merged 1 commit into from
Feb 7, 2025

Conversation

shish
Copy link
Collaborator

@shish shish commented Feb 7, 2025

We don't need to load all 4000 xml files - we can just search for a file whose name matches the function name, and open that one

This also happens to mean that we can load any xml file, including those for functions we consider invalid, which helps to debug why we consider them invalid

We don't need to load all 4000 xml files - we can just search for a file whose name matches the function name, and open that one
@shish shish merged commit 98f1c1e into master Feb 7, 2025
10 checks passed
@shish shish deleted the pr590 branch February 7, 2025 22:21
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