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

Use GraphLayoutCache for multi-view support instead of hide and show elements #234

Open
jcmunozf opened this issue Sep 6, 2017 · 0 comments

Comments

@jcmunozf
Copy link
Member

jcmunozf commented Sep 6, 2017

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Feature request
[ ] Documentation issue or request
[X] Improvement request
[ ] Support request => Please do not submit support request here

Current behavior

To support multiple views, elements are hidden if they do not belong to the active view. The implementation works but it is not as efficient as possible.

Expected behavior

Explore and replace the functionality explained to use GraphLayoutCache. From an early review, this class can replace the need for hidding and showing elements.

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Improve efficiency specially when using huge models.

Environment

Variamos version:

1.1.0.1

For Tooling issues:
Platform:
Others:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants