Skip to content

Use a faster globbing library #51

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
pastelsky opened this issue Mar 7, 2023 · 0 comments · May be fixed by #63
Open

Use a faster globbing library #51

pastelsky opened this issue Mar 7, 2023 · 0 comments · May be fixed by #63

Comments

@pastelsky
Copy link

Consider upgrading glob to v9 which has significant performance improvements —
https://github.com/isaacs/node-glob/blob/main/changelog.md

Or better use something like fast-glob which is built for speed.

Currently, calculating test-exclude on large projects can take several seconds.

@lo1tuma lo1tuma linked a pull request Mar 7, 2025 that will close this issue
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 a pull request may close this issue.

1 participant