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 one-shot decoding for 64-bit types and improve mul #866

Merged
merged 8 commits into from
Feb 18, 2025

Conversation

mborland
Copy link
Member

@mborland mborland commented Feb 18, 2025

Closes: #864
Closes: #824

Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.9%. Comparing base (9b9548d) to head (c9e4f55).
Report is 9 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #866     +/-   ##
=========================================
+ Coverage     98.9%   98.9%   +0.1%     
=========================================
  Files          233     233             
  Lines        16820   16840     +20     
  Branches      1817    1817             
=========================================
+ Hits         16619   16640     +21     
+ Misses         201     200      -1     
Files with missing lines Coverage Δ
include/boost/decimal/decimal64.hpp 99.1% <100.0%> (+0.1%) ⬆️
include/boost/decimal/decimal64_fast.hpp 98.1% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/detail/components.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/mul_impl.hpp 96.0% <100.0%> (+0.5%) ⬆️

... and 1 file with indirect coverage changes


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 9b9548d...c9e4f55. Read the comment docs.

@mborland mborland merged commit aba2c7b into develop Feb 18, 2025
75 checks passed
@mborland mborland deleted the 64-bit,decode,mul branch February 18, 2025 18:48
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.

Apply refactoring and optimizations from #858 to 64 bit types Decode decimal types in one shot
1 participant