Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Faster unaligned big endian buffer reads #57

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Faster unaligned big endian buffer reads #57

merged 1 commit into from
Dec 19, 2024

Conversation

nickbabcock
Copy link
Owner

PR #31 introduced performance improvements for unaligned buffer reads, but it needed to be reverted for big endian readers in #45 due to correctness issues.

This PR fixes the correctness issues (ie: the failing test passes) and added some additional fuzzing for good measure.

Big endian buffer reads are now up to 10x faster.

PR #31 introduced performance improvements for unaligned buffer reads,
but it needed to be reverted for big endian readers in #45 due to
correctness issues.

This PR fixes the correctness issues (ie: the failing test passes) and
added some additional fuzzing for good measure.

Big endian buffer reads are now up to 10x faster.
@nickbabcock nickbabcock merged commit 6d6da7c into master Dec 19, 2024
9 checks passed
@nickbabcock nickbabcock deleted the be-fast branch December 19, 2024 13:41
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.

1 participant