-
Notifications
You must be signed in to change notification settings - Fork 13.3k
io::readdir (apparently) has access to useful information about its child entries #16237
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
Comments
cc #16236 |
cc me |
Linux |
This has now been exposed in terms of the yielded value from the |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 8, 2024
internal: Remove unnecessary `Arc` allocations in `macro_expand`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to http://legacy.python.org/dev/peps/pep-0471/
Our current
readdir
just returns the rawPath
s, discarding this information.Reusing that information would likely allow us to see speed-ups for
walk_dir
similar to those seen in that PEP:The text was updated successfully, but these errors were encountered: