Skip to content

calculate download file hash incrementally#102

Merged
j-rafique merged 1 commit intomasterfrom
calculateIncrementalHashForDownload
Jul 22, 2025
Merged

calculate download file hash incrementally#102
j-rafique merged 1 commit intomasterfrom
calculateIncrementalHashForDownload

Conversation

@j-rafique
Copy link
Contributor

This PR enhances download performance by:

  1. Calculating file hashes incrementally in small chunks, rather than reading the entire file at once.
  2. Avoiding full file loads into memory, reducing bottlenecks for large files and improving efficiency during concurrent download requests.

@j-rafique j-rafique self-assigned this Jul 18, 2025
@j-rafique j-rafique merged commit f939408 into master Jul 22, 2025
7 checks passed
@mateeullahmalik mateeullahmalik deleted the calculateIncrementalHashForDownload branch December 15, 2025 08:02
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 this pull request may close these issues.

2 participants