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

Prettify HCB decoding #194

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Prettify HCB decoding #194

merged 1 commit into from
Dec 12, 2023

Conversation

eustas
Copy link
Contributor

@eustas eustas commented Dec 11, 2023

Insipiered by #192. We do not actually need out-of bounds checks, because Huffman tables are pretty well defined and proven to be "self-contained", i.e. no input bit sequence can escape the table.

Insipiered by knik0#192. We do not actually need out-of bounds checks,
because Huffman tables are pretty well defined and proven to be
"self-contained", i.e. no input bit sequence can escape the table.
Copy link
Collaborator

@fabiangreffrath fabiangreffrath left a comment

Choose a reason for hiding this comment

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

Thank you!

@fabiangreffrath fabiangreffrath merged commit 3a57d89 into knik0:master Dec 12, 2023
13 of 14 checks passed
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