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

speedup localfs.info #552

Merged
merged 2 commits into from
Aug 12, 2024
Merged

speedup localfs.info #552

merged 2 commits into from
Aug 12, 2024

Conversation

skshetry
Copy link
Member

Reduces no. of stat calls and avoids _strip_protocol call which is slow when we have large no. of files.

For reducing stat calls upstream, I have a PR in fsspec/filesystem_spec#1659.

skshetry and others added 2 commits August 12, 2024 14:16
Reduces no. of stat calls and avoids _strip_protocol call which is slow
when we have large no. of files.

For reducing stat calls upstream, I have a PR in fsspec/filesystem_spec#1659.
@skshetry skshetry merged commit c4ed9e8 into main Aug 12, 2024
16 checks passed
@skshetry skshetry deleted the faster-local-fs branch August 12, 2024 09:12
skshetry added a commit that referenced this pull request Aug 12, 2024
optimize localfs.info

Reduces no. of stat calls and avoids _strip_protocol call which is slow
when we have large no. of files.

For reducing stat calls upstream, I have a PR in fsspec/filesystem_spec#1659.
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