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

Always represent zero accurately in v1 histogram #3731

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

quic-kyunggeu
Copy link
Contributor

The current V1 histogram fails to represent zero accurately.
This means it fails to discriminate signed vs. unsigned, and hence fails to properly generate the so-called "unsigned symmetric" encoding.
Therefore in this PR, I made v1 histogram always represent zero accurately.

@quic-kyunggeu quic-kyunggeu merged commit ec09a37 into quic:develop Jan 15, 2025
4 checks passed
@quic-kyunggeu quic-kyunggeu deleted the represent_zero branch January 15, 2025 03:19
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