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

Calculate hashes in-memory #552

Closed
mferrera opened this issue Mar 22, 2024 · 0 comments · Fixed by #846
Closed

Calculate hashes in-memory #552

mferrera opened this issue Mar 22, 2024 · 0 comments · Fixed by #846
Assignees

Comments

@mferrera
Copy link
Collaborator

Currently to calculate hashes of files they are written to disk to a temporary file and then read again into the hash function. It would be preferable to write the file to a memory stream (a necessary step for xtgeo objects, at least) and then calculate the hash from the stream, avoiding the disk operations.

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 a pull request may close this issue.

2 participants