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 Default Object Values for Performance Improvement #20322

Closed
cj-nwuju opened this issue May 16, 2024 · 1 comment

Comments

@cj-nwuju
Copy link

The default_object_values dictionary is loaded from a JSON file multiple times, leading to redundant file reads and potential performance bottlenecks. To optimize this, cache the result of this loading process.

@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