collectfast
collectfast copied to clipboard
Create local file hash without loading file into memory
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.