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

MD5 performance and dependency #2

Open
jerome-arzel opened this issue Oct 26, 2015 · 0 comments
Open

MD5 performance and dependency #2

jerome-arzel opened this issue Oct 26, 2015 · 0 comments

Comments

@jerome-arzel
Copy link

The checksum is computed with a md5sum process, we pipe data to it with buffers of 2048 bytes.

We can also pass the file name to md5sum, and it opens the file by itself.

Another way is to use OCaml Digest module, which is in fact used to generate the checksum of the desc file.

What is the performance of each solution?

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

2 participants