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

Generalize list and list_prefix for FilesystemStore #66

Merged
merged 2 commits into from
Sep 1, 2024
Merged

Conversation

zoj613
Copy link
Owner

@zoj613 zoj613 commented Sep 1, 2024

No description provided.

This also improves the implementation of list_prefix since now the
filesystem is walked from the prefix directory instead of from the root.
Avoids redundant work to obtain children of a directory, which is
what `list_dir` does in a FilesystemStore.
@zoj613 zoj613 added storage related to storage performance relating to performance refactoring I/O relating to I/O operations and concurrency. labels Sep 1, 2024
Copy link

codecov bot commented Sep 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.80%. Comparing base (7da3c0c) to head (02b7028).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
- Coverage   97.80%   97.80%   -0.01%     
==========================================
  Files          17       17              
  Lines        1275     1229      -46     
==========================================
- Hits         1247     1202      -45     
+ Misses         28       27       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zoj613 zoj613 merged commit 69d379f into main Sep 1, 2024
3 of 4 checks passed
@zoj613 zoj613 deleted the list_dir branch September 1, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I/O relating to I/O operations and concurrency. performance relating to performance refactoring storage related to storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant