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 speed of product with Rational coefficients #24

Merged
merged 5 commits into from
Sep 23, 2024

Conversation

brainandforce
Copy link
Owner

This is nowhere near as fast as floating-point multiplication, but it's a 10x improvement to the multiplication speed observed in #23.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.19%. Comparing base (6ac5fbe) to head (2d6cea4).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   87.98%   88.19%   +0.21%     
==========================================
  Files          20       20              
  Lines         774      788      +14     
==========================================
+ Hits          681      695      +14     
  Misses         93       93              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brainandforce brainandforce merged commit cd32daa into main Sep 23, 2024
6 checks passed
@brainandforce brainandforce deleted the performance/rational-multiplication branch September 23, 2024 20:46
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