-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
is fdir faster? #79
Comments
Actually, the new |
Rewrote readdir-cluster with v6, and yes, fdir takes 1/5 of the time of readdir-cluster, so it is faster. However fdir has the same performance as recursive option with the readdir builtin. Mentioned this in the readme. |
@balupton Is this actually true? According to the |
See this project's readme for the benchmarks that I ran. |
http://npmjs.com/package/fdir
https://github.com/thecodrr/fdir
if it is faster, then move https://github.com/bevry/scandirectory over to it, and archive this project
The text was updated successfully, but these errors were encountered: