Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor checksum calculation #8

Merged
merged 1 commit into from
May 18, 2024
Merged

Conversation

runesoerensen
Copy link
Contributor

@runesoerensen runesoerensen commented May 18, 2024

The current implementation (using Read#bytes) is extremely inefficient for reading files: https://doc.rust-lang.org/std/io/trait.Read.html#method.bytes

@runesoerensen runesoerensen requested a review from a team as a code owner May 18, 2024 01:11
@runesoerensen runesoerensen force-pushed the fix-performance-regression branch from 37cc6bf to 512db92 Compare May 18, 2024 01:14
@runesoerensen runesoerensen merged commit 353f689 into main May 18, 2024
3 checks passed
@runesoerensen runesoerensen deleted the fix-performance-regression branch May 18, 2024 01:18
@edmorley edmorley removed the request for review from a team May 24, 2024 08:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant