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

Improves getAllReachable util service #112

Closed
AxelRICHARD opened this issue Mar 19, 2024 · 0 comments · Fixed by #113
Closed

Improves getAllReachable util service #112

AxelRICHARD opened this issue Mar 19, 2024 · 0 comments · Fixed by #113

Comments

@AxelRICHARD
Copy link
Member

Today, getAllReachable travels almost every object in the resource set to find the appropriate candidates of the given type.
A cache could replace the current implementation. This cache should be installed on the resource set, and be updated each time an element is added/removed in/from the resource set. It should reduce the time spent in getAllReachable.

@AxelRICHARD AxelRICHARD added this to the 2024.3.0 milestone Mar 19, 2024
@AxelRICHARD AxelRICHARD self-assigned this Mar 19, 2024
AxelRICHARD added a commit that referenced this issue Mar 19, 2024
Bug: #112
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
@AxelRICHARD AxelRICHARD linked a pull request Mar 19, 2024 that will close this issue
AxelRICHARD added a commit that referenced this issue Mar 19, 2024
Bug: #112
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant