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

Add in optimizations for 2^N radix integer writing. #186

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

Alexhuszagh
Copy link
Owner

This adds in performance enhancements by using correct optimizations for calculating digit counts.

@Alexhuszagh Alexhuszagh added the radix Numeric conversions with non-decimal radices. label Dec 6, 2024
@Alexhuszagh Alexhuszagh self-assigned this Dec 6, 2024
This adds in performance enhancements by using correct optimizations for calculating digit counts.
@Alexhuszagh Alexhuszagh merged commit 636d0df into main Dec 6, 2024
39 checks passed
@Alexhuszagh Alexhuszagh deleted the 2n-fast branch December 6, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
radix Numeric conversions with non-decimal radices.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant