Skip to content
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

Optimize metadata calls on Linux. #367

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

sunfishcode
Copy link
Member

Optimize metadata calls on Linux in the case where there's exactly one path component (and it isn't ..) and symlinks are not being followed. In that case, we can just call stat_unchecked instead of doing an openat2 followed by an fstat.

Optimize `metadata` calls on Linux in the case where there's exactly one
path component (and it isn't `..`) and symlinks are not being followed.
In that case, we can just call `stat_unchecked` instead of doing an
`openat2` followed by an `fstat`.
@sunfishcode sunfishcode merged commit f68f260 into main Sep 24, 2024
21 of 22 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/optimize-stat branch September 24, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant