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

Stacked plots should share a single GL context #5754

Open
akhenry opened this issue Sep 13, 2022 · 0 comments
Open

Stacked plots should share a single GL context #5754

akhenry opened this issue Sep 13, 2022 · 0 comments
Labels
performance impacts or improves performance type:enhancement

Comments

@akhenry
Copy link
Contributor

akhenry commented Sep 13, 2022

Is your feature request related to a problem? Please describe.
Browsers limit the total number of WebGL contexts available to us (by default in Chrome it's 16). We should look at ways that we can do more with this limited pool of Web GL contexts, and one option is to investigate sharing a single context between plots in a stacked plot.

Describe the solution you'd like
A stacked plot could conceivably share a single GL context, since all of the plots in a stacked plot are aligned vertically.

@unlikelyzero unlikelyzero added the performance impacts or improves performance label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance impacts or improves performance type:enhancement
Projects
None yet
Development

No branches or pull requests

2 participants