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 curve approximation caching code #1091

Merged
merged 11 commits into from
Sep 15, 2022
Merged

Improve curve approximation caching code #1091

merged 11 commits into from
Sep 15, 2022

Conversation

hannobraun
Copy link
Owner

This is some more progress as I'm working on addressing #1079.

The only purpose of this change is to make a following change smaller.
This reverts a change I made earlier. Things are going into a different
direction than I initially expected.
The new names reflect their use much better.
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.
Leaving out the range only worked accidentally, given the current
feature set and set of models in the repository.
The goal is to bypass and remove `GlobalCurve` approximation, so the
caching needs to be moved out of there.
@hannobraun hannobraun merged commit 4b48e47 into main Sep 15, 2022
@hannobraun hannobraun deleted the cache branch September 15, 2022 15:03
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