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

Performance issues #3

Open
davhbrown opened this issue Jan 14, 2024 · 1 comment
Open

Performance issues #3

davhbrown opened this issue Jan 14, 2024 · 1 comment

Comments

@davhbrown
Copy link
Owner

Performance/responsiveness of interactive graphs gets worse as the number of samples (N) for either of the normal distributions increases.

  • this depends partially on device capabilities
  • this may improve by initializing each figure with output_backend="webgl", but requires an adequate GPU
  • bokeh 3.0 tests resulted in worse performance than bokeh 2.4.2

Current workarounds: keeping N low or clicking slider locations rather than sliding.

@davhbrown
Copy link
Owner Author

Update improved workaround: cap the max number of points generated by capping both "N" Sliders at 500 as of PR #6

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