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

TODO(wxy) in core/domain/object_registry.py: Cache this as it is accessed many times. #20308

Closed
poloreoyeniji opened this issue May 14, 2024 · 1 comment

Comments

@poloreoyeniji
Copy link

Improve the performance of ‘get_default_object_values’ by caching results. The function ‘get_default_object_values’ retrieves default object values from a JSON file. However, this method is called frequently, and caching the results is necessary to reduce unnecessary function calls.

@seanlip
Copy link
Member

seanlip commented May 29, 2024

Closing because this doesn't follow expected issue-filing conventions.

@seanlip seanlip closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
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

No branches or pull requests

2 participants