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

perf(textlint): use glob.stream instead of glob.sync #1349

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

azu
Copy link
Member

@azu azu commented Feb 2, 2024

According to the benchmark1, Glovestream should be faster than Glovesync.

Also, it seems that the bug in the path in Windows is fixed.

Footnotes

  1. https://github.com/isaacs/node-glob/tree/97611cd366e5906a4c58df3f5214af843b0a5e63#benchmark-results

@azu azu added the Type: Refactoring A code change that neither fixes a bug nor adds a feature label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Refactoring A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant