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

Improve num_digits() for uint256_t #660

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Improve num_digits() for uint256_t #660

merged 3 commits into from
Jun 18, 2024

Conversation

mborland
Copy link
Member

Improves decimal128 by 6.369x and decimal128_fast by 4.651 in >=C++17 modes.

@mborland mborland force-pushed the 256_search branch 2 times, most recently from 1159d43 to 40e6469 Compare June 18, 2024 15:11
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.5%. Comparing base (556a5d2) to head (0424598).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #660     +/-   ##
=========================================
+ Coverage     98.5%   98.5%   +0.1%     
=========================================
  Files          221     221             
  Lines        15661   15673     +12     
  Branches      1722    1726      +4     
=========================================
+ Hits         15416   15428     +12     
  Misses         245     245             
Files Coverage Δ
...lude/boost/decimal/detail/integer_search_trees.hpp 100.0% <ø> (ø)
test/test_big_uints.cpp 100.0% <100.0%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 556a5d2...0424598. Read the comment docs.

@mborland mborland merged commit 80060d2 into develop Jun 18, 2024
62 checks passed
@mborland mborland deleted the 256_search branch June 18, 2024 18:53
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