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

Ellipsoid integration algorithm performance improvement #2020

Merged
merged 7 commits into from
Mar 3, 2022

Conversation

jbeilstenedmands
Copy link
Contributor

This improves runtime by ~3x by avoiding unnecessary construction of some of the calculation classes, plus some vectorisation of operations.

@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #2020 (67d33df) into main (8c4e089) will increase coverage by 0.00%.
The diff coverage is 81.99%.

@@           Coverage Diff           @@
##             main    #2020   +/-   ##
=======================================
  Coverage   68.57%   68.57%           
=======================================
  Files         649      649           
  Lines       75327    75364   +37     
  Branches    10787    10793    +6     
=======================================
+ Hits        51657    51684   +27     
- Misses      21656    21666   +10     
  Partials     2014     2014           

@jbeilstenedmands jbeilstenedmands merged commit 5aefc6a into main Mar 3, 2022
@jbeilstenedmands jbeilstenedmands deleted the ellipsoid_performance_improvement branch March 3, 2022 09:06
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.

None yet

2 participants