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

Update/redraw improvement #7

Open
dy opened this issue Oct 25, 2017 · 1 comment
Open

Update/redraw improvement #7

dy opened this issue Oct 25, 2017 · 1 comment

Comments

@dy
Copy link
Member

dy commented Oct 25, 2017

In case if we render lots of groups with single point data, the draw/update becomes a bottleneck.
We can merge multiple groups with the same data into one group and do single draw call.
Also we can open forEach cycle, that would score 1-2ms in total.

@dy
Copy link
Member Author

dy commented Mar 8, 2018

That is handled better off in regl-batch component or alike.

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