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

Optimize render and zoom #7

Open
raczben opened this issue Oct 26, 2020 · 0 comments
Open

Optimize render and zoom #7

raczben opened this issue Oct 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@raczben
Copy link
Owner

raczben commented Oct 26, 2020

Feature request - Optimize render and zoom

Current implementation redraws all bus (aka. bit-vectors) at all zoom-end event. The problem is that d3's data are identified by their order in the array, while wave would require it as value.

Another problem is that the lowest level code (drawing the signal elements) gets the same values multiple times, which can be optimized. I suggest to use less feature of d3 and implement custom functions for the lowest level drawing.

@raczben raczben added the enhancement New feature or request label Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant