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

Fast import scanning #195

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Fast import scanning #195

merged 2 commits into from
Nov 8, 2023

Conversation

bufdev
Copy link
Member

@bufdev bufdev commented Nov 8, 2023

Adds experimental new package to do fast scanning of imports. This elides all of the parsing and processing work and does only enough lexical analysis to identify import statements and collect all referenced files.

@jhump jhump enabled auto-merge (squash) November 8, 2023 16:31
@jhump jhump merged commit 146b831 into main Nov 8, 2023
8 checks passed
@jhump jhump deleted the jh/fast-imports branch November 8, 2023 16:31
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.

2 participants