Skip to content

Optimize _Div_ceil<_Signed128> #5637

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

JMazurkiewicz
Copy link
Contributor

benchmark before after speedup
bm/div_ceil_int128_uint32 106,54 40,43 2,64
bm/div_ceil_int128_uint64 103,46 40,75 2,54
bm/div_ceil_int128_int128 109,22 43,96 2,48

@JMazurkiewicz JMazurkiewicz requested a review from a team as a code owner July 2, 2025 11:09
@github-project-automation github-project-automation bot moved this to Initial Review in STL Code Reviews Jul 2, 2025
@JMazurkiewicz JMazurkiewicz changed the title Optimize _Div_ceil Optimize _Div_ceil<_Signed128> Jul 2, 2025
@StephanTLavavej StephanTLavavej added the performance Must go faster label Jul 2, 2025
@StephanTLavavej StephanTLavavej self-assigned this Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Must go faster
Projects
Status: Initial Review
Development

Successfully merging this pull request may close these issues.

<ranges>: _Div_ceil can be implemented more efficiently for _Signed128 and _Unsigned128
3 participants