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

Enable Caching of ILogicalChildren at ILogicalChildOwner #2547

Open
dbinkele opened this issue Oct 7, 2024 · 0 comments
Open

Enable Caching of ILogicalChildren at ILogicalChildOwner #2547

dbinkele opened this issue Oct 7, 2024 · 0 comments

Comments

@dbinkele
Copy link
Member

dbinkele commented Oct 7, 2024

Concepts 'ILogicalChildOwner' and 'ILogicalChildren' are designed such that the latter points to the former.
In case we need to find all 'ILogicalChildren' of a 'ILogicalChildrenOwner' currently the whole module is scanned everytime.

This needs to be improved by caching the result and updating on change without loosing the loose coupling described above

dbinkele added a commit that referenced this issue Oct 9, 2024
dbinkele added a commit that referenced this issue Oct 9, 2024
dbinkele added a commit that referenced this issue Oct 10, 2024
dbinkele added a commit that referenced this issue Oct 10, 2024
dbinkele added a commit that referenced this issue Oct 10, 2024
dbinkele added a commit that referenced this issue Oct 10, 2024
dbinkele added a commit that referenced this issue Oct 10, 2024
dbinkele added a commit that referenced this issue Oct 14, 2024
dbinkele added a commit that referenced this issue Oct 14, 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

1 participant