-
-
Notifications
You must be signed in to change notification settings - Fork 118
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 curve approximation caching code #1091
Merged
Merged
Commits on Sep 15, 2022
-
The only purpose of this change is to make a following change smaller.
Configuration menu - View commit details
-
Copy full SHA for e7de5d5 - Browse repository at this point
Copy the full SHA e7de5d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed2889 - Browse repository at this point
Copy the full SHA eed2889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7209f30 - Browse repository at this point
Copy the full SHA 7209f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4aa84e - Browse repository at this point
Copy the full SHA c4aa84eView commit details -
This reverts a change I made earlier. Things are going into a different direction than I initially expected.
Configuration menu - View commit details
-
Copy full SHA for 2911017 - Browse repository at this point
Copy the full SHA 2911017View commit details -
The new names reflect their use much better.
Configuration menu - View commit details
-
Copy full SHA for c0c28ba - Browse repository at this point
Copy the full SHA c0c28baView commit details -
It doesn't contain `GlobalCurve`s, it is the cache that handles global curve approximations. I think the new name might capture that a tiny bit better, without becoming too verbose.
Configuration menu - View commit details
-
Copy full SHA for b3ddbb7 - Browse repository at this point
Copy the full SHA b3ddbb7View commit details -
Include range in key for global curve approx cache
Leaving out the range only worked accidentally, given the current feature set and set of models in the repository.
Configuration menu - View commit details
-
Copy full SHA for e33171a - Browse repository at this point
Copy the full SHA e33171aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d81a38 - Browse repository at this point
Copy the full SHA 3d81a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c33a73 - Browse repository at this point
Copy the full SHA 5c33a73View commit details -
Handle curve approx caching in
Curve
approxThe goal is to bypass and remove `GlobalCurve` approximation, so the caching needs to be moved out of there.
Configuration menu - View commit details
-
Copy full SHA for 810c175 - Browse repository at this point
Copy the full SHA 810c175View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.