-
Notifications
You must be signed in to change notification settings - Fork 902
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
chore: replace glob
with fast-glob
#2016
chore: replace glob
with fast-glob
#2016
Conversation
I changed a lot of tests because when |
1dc8be4
to
5021b4a
Compare
5021b4a
to
04d8bf9
Compare
Do you have some measurements for speed improvement? |
Before these changes running |
packages/cli-platform-android/src/config/findComponentDescriptors.ts
Outdated
Show resolved
Hide resolved
860d818
to
ea46e9f
Compare
|
ping, can we get back to this? :) |
There hasn't been any activity on this pull request in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
Summary:
Replaced
glob
package withfast-glob
, because:fast-glob
is a lot faster thanglob
,fast-glob
is few times lighter thanglob
.TODO:
Test Plan:
CI Green ✅
Checklist