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

Get rid of deep merging #4

Open
w8r opened this issue Sep 26, 2016 · 1 comment
Open

Get rid of deep merging #4

w8r opened this issue Sep 26, 2016 · 1 comment
Assignees

Comments

@w8r
Copy link
Owner

w8r commented Sep 26, 2016

Currently the benchmark show that the render is as fast as d3 (which uses DOM) or sometimes slower. I see only one type of bottlenecks in the code - these object mergers. For styles they can be done in-place in _getStyles method, before rendering the attributes

@w8r w8r self-assigned this Sep 26, 2016
@w8r
Copy link
Owner Author

w8r commented Sep 27, 2016

and _selectStyle()

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

1 participant