collectfast icon indicating copy to clipboard operation
collectfast copied to clipboard

Create local file hash without loading file into memory

Open thenewguy opened this issue 4 years ago • 0 comments

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.

thenewguy avatar May 09 '20 16:05 thenewguy