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

Document Unsafety and Remove Compact Float Writing Unsafety #132

Merged
merged 3 commits into from
Sep 14, 2024
Merged

Conversation

Alexhuszagh
Copy link
Owner

Remove most unsafety from the Grisu algorithm.

This is the compact, slow algorithm and mostly did not impact performance. It was mostly within the range of +/-3% of the baseline. We also add more safety invariant documentation and checks.

@Alexhuszagh Alexhuszagh added the A-sec Issues with potential security implications. label Sep 14, 2024
This is the compact, slow algorithm and mostly did not impact
performance. It was mostly within the range of +/-3% of the baseline.
@Alexhuszagh Alexhuszagh merged commit a94cc65 into main Sep 14, 2024
39 checks passed
@Alexhuszagh Alexhuszagh deleted the grisu branch September 14, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sec Issues with potential security implications.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant