Skip to content

crc combine#707

Merged
TingDaoK merged 3 commits intomainfrom
bind-crc-combine
Dec 18, 2025
Merged

crc combine#707
TingDaoK merged 3 commits intomainfrom
bind-crc-combine

Conversation

@TingDaoK
Copy link
Copy Markdown
Contributor

@TingDaoK TingDaoK commented Dec 16, 2025

Issue #, if available:

Description of changes:

  • NOTES: currently, the underlying implementation is not well optimized, the solution may not perform as good as it supposed to be. Future versions will address the issue, but the API will not change in the future.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Comment thread test/test_checksums.py
val = checksums.crc64nvme(huge_buffer)
self.assertEqual(0x2645c28052b1fbb0, val)

def _test_combine_helper(self, checksum_fn, combine_fn):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading this helper brought me joy.

@TingDaoK TingDaoK merged commit 93b87a4 into main Dec 18, 2025
66 checks passed
@TingDaoK TingDaoK deleted the bind-crc-combine branch December 18, 2025 17:25
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