We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
dandischema.digests.zarr.get_checksum()
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: