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

Use a faster globbing library #51

Open
pastelsky opened this issue Mar 7, 2023 · 0 comments
Open

Use a faster globbing library #51

pastelsky opened this issue Mar 7, 2023 · 0 comments

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.

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

No branches or pull requests

1 participant