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

make onlookup use stat rather than readdir #119

Closed
willscott opened this issue Jan 2, 2024 · 1 comment · Fixed by #121
Closed

make onlookup use stat rather than readdir #119

willscott opened this issue Jan 2, 2024 · 1 comment · Fixed by #121

Comments

@willscott
Copy link
Owner

currently it looks for a looked up filename by listing the directory. it would be more efficient to directly stat that file.

@willscott
Copy link
Owner Author

discussed in #117

willscott added a commit that referenced this issue Jan 4, 2024
* Use an lstat rather than a readDir for lookups

fix #119
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 a pull request may close this issue.

1 participant