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

index: md5: use hash_file #459

Merged
merged 1 commit into from
Nov 17, 2023
Merged

index: md5: use hash_file #459

merged 1 commit into from
Nov 17, 2023

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Nov 17, 2023

The main issue is that we don't use md5 provided by the fs (e.g. dvcfs), which results in needless hash recomputing. We can just use tried-and-tested hash_file here for now.

Fixes iterative/dvc#10059

The main issue is that we don't use md5 provided by the fs (e.g. dvcfs),
which results in needless hash recomputing. We can just use tried-and-tested
`hash_file` here for now.

Fixes iterative/dvc#10059
@efiop efiop merged commit 80975fc into iterative:main Nov 17, 2023
13 of 14 checks passed
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.

import: pull performance
1 participant