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

Optimize to_string() for power of two bases #75

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

OTheDev
Copy link
Owner

@OTheDev OTheDev commented Feb 3, 2025

The efficiency gains relative to the generic algorithm are quite considerable.

@OTheDev OTheDev merged commit 5e96c4e into main Feb 3, 2025
11 checks passed
@OTheDev OTheDev deleted the optimize_to_string_for_binary_base branch February 3, 2025 04:38
OTheDev added a commit that referenced this pull request Feb 3, 2025
* Impl. LowerHex, UpperHex, Octal, Binary formatting (#70)
* Optimize AND, IOR, XOR and support bitops with primitives (#74)
* Optimize to_string() for power of two bases (#75)
@OTheDev OTheDev mentioned this pull request Feb 3, 2025
OTheDev added a commit that referenced this pull request Feb 3, 2025
* Impl. LowerHex, UpperHex, Octal, Binary formatting (#70)
* Optimize AND, IOR, XOR and support bitops with primitives (#74)
* Optimize to_string() for power of two bases (#75)
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