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

viewcell2b is slow #6

Open
torbenott opened this issue May 2, 2018 · 1 comment
Open

viewcell2b is slow #6

torbenott opened this issue May 2, 2018 · 1 comment

Comments

@torbenott
Copy link

viewcell2b is very slow and it seems mainly to be caused by repeated call of uistack(). Replace use of uistack?

torbenott added a commit that referenced this issue May 8, 2018
…vent line *below* spikes (invokes slow call of uistack) instead of *ontop* spikes ('stack_events_bottom'). default is on top spikes (faster).
@torbenott
Copy link
Author

Addressed in 715abed by making call of uistack optional. Speed gain about 2x. Still slow mainly because of plotting lines individually in excessive looping for each spike - a bit more involved to fix that.

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