-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The next performance improvements #53
Comments
Regarding the |
Unfortunately, built-in |
Good point. Also, what do you think adding an option to ignore files listed in |
We can also use https://github.com/micromatch/picomatch in the future major release to reduce the time of the initialization of the filters. |
So, I can close this issue in favor: |
Node.js
fs.scandir
from A proposal to add fs.scandir method to FS module nodejs/node#15699. Most likely it will give double performance increase for work with FS (not on all platforms). Right now I can use thescandir-native
package, but this is native module and it requires compilation.Algorithm
Code
readdir-enhanced
is poorly maintained (code, architecture).The text was updated successfully, but these errors were encountered: