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

Compute hash for index incrementally #130

Open
edsko opened this issue Dec 18, 2015 · 0 comments
Open

Compute hash for index incrementally #130

edsko opened this issue Dec 18, 2015 · 0 comments

Comments

@edsko
Copy link
Contributor

edsko commented Dec 18, 2015

Right now we always compute the hash for the entire file. This is an optimisation only (and profiling suggests it won't make all that much of a difference). Note that we are now always downloading the .tar.gz, even when we are doing an incremental update, so instead of hashing a 300M file we are hashing a 30M file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant