-
Notifications
You must be signed in to change notification settings - Fork 10
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
performance #51
Comments
Yeah, I've also thought about this a bit. Wax depends entirely on |
I'm wondering how hard it would be to switch from |
Oh, cool, I wasn't aware of |
Just chiming in that we're seeing slow performance for globs like Context: moonrepo/moon#1721 |
I've been working on ways to make globbing with wax a little faster with rayon and I keep coming up empty. I'm beginning to wonder if it needs to be built in somewhere so that it globs a directory and then all the directories inside get their own thread to glob their contents, up to some limit. Any thoughts on this?
The text was updated successfully, but these errors were encountered: