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 Performance of Internal Semi-Infinite Variables #359

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

pulsipher
Copy link
Collaborator

#356 added a lot of unneeded operations for semi-infinite variables that are generated internally during transcription. This removes the unnecessary operations and allocations.

@pulsipher pulsipher added performance Something is slowing the code down transformations Something to do with model transformations labels Aug 2, 2024
@pulsipher pulsipher added this to the v0.6 milestone Aug 2, 2024
Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.77%. Comparing base (c64333f) to head (57f0367).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #359   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          35       35           
  Lines        6741     6750    +9     
=======================================
+ Hits         6726     6735    +9     
  Misses         15       15           

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

@pulsipher pulsipher merged commit 59a8650 into master Aug 2, 2024
10 checks passed
@pulsipher pulsipher deleted the semi-inf-perform branch August 2, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something is slowing the code down transformations Something to do with model transformations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant