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

Compute Vertex position on-demand instead of storing it #1647

Merged
merged 16 commits into from
Mar 3, 2023
Merged

Conversation

hannobraun
Copy link
Owner

Compute Vertex positions on-demand in the approximation code, instead of storing it in Vertex. This is much simpler than the solution I initially imagined, which included a completely new service for inferring values and caching results. However, I found the solution implemented here to be sufficient for now. In the future, we can extend it as needed.

Close #1586

@hannobraun hannobraun enabled auto-merge March 3, 2023 15:34
@hannobraun hannobraun merged commit 7e30b3e into main Mar 3, 2023
@hannobraun hannobraun deleted the inference branch March 3, 2023 15:38
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.

Reduce redundancy in object graph through inference and caching
1 participant