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 traversal of the zarr + checksumming interleaved via threading #52

Open
yarikoptic opened this issue Jan 3, 2024 · 0 comments
Open

Comments

@yarikoptic
Copy link
Member

traversal of folder could be taking awhile since filesystem itself could be slow. It was initially advocated by @satra and later implemented in dandi-cli to get checksumming of zarr folders to become more efficient through doing traversal and checksumming in separate threads, as e.g. done in https://github.com/dandi/dandi-cli/blob/72816ab51a4f168bd9629cc6ac9a6a4edd585bee/dandi/support/digests.py#L101

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

No branches or pull requests

1 participant