Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Create local file hash without loading file into memory #194

Open
thenewguy opened this issue May 9, 2020 · 0 comments
Open

Create local file hash without loading file into memory #194

thenewguy opened this issue May 9, 2020 · 0 comments

Comments

@thenewguy
Copy link
Contributor

Currently get_local_file_hash() reads the entire file into memory to compute the hash. It would be better to iterate the file in chunks. Sometime static files can be big.

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

No branches or pull requests

2 participants