-
Notifications
You must be signed in to change notification settings - Fork 116
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
A very long initialization time of filters (deep + entry) #92
Comments
|
I mentioned this on the linked issue, but I want to get this fixed. I also noticed this the other day before the referenced issue was created, then @doowb and I discussed it on a call. When I initially published v3 of micromatch, I thought it took something like 30ms. edit: which I still was not happy with. |
Ok, I know what's happening, and I know why it manifested recently. Problem: On both Snapdragon and micromatch libraries, we've been upgrading dependencies to newer versions. This is causing a bunch of duplicates in the tree since some modules have not yet been upgraded. Solution(s) In the short term, to fix the problem:
After that:
fwiw, I would never publish code that took 90ms to load! that horrifies me. I'm an optimization freak. This will be fixed asap. |
Hello, @jonschlinkert, Thanks for quickly response. I answered you in the previously created issue in the micromatch repository. I think we don't need to hurry. |
Environment
macOS 10.13.3
8.9.0
Source
The problem
We have to figure out a way to reduce the initialization time of filters. Something like 14ms for the following tasks:
The text was updated successfully, but these errors were encountered: