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

Avoid traversing data when computing bokeh plot update #905

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

philippjfr
Copy link
Member

Currently there are some cases where the code is traversing large arrays or lists when trying to compute the required plot update for a bokeh plot. This PR simply makes sure they are no longer traversed in the remaining cases where this was not yet handled.

@jlstevens
Copy link
Contributor

Looks fine. Merging.

@jlstevens jlstevens merged commit b565599 into master Oct 6, 2016
@philippjfr philippjfr deleted the bokeh_opt_traverse branch October 14, 2016 01:55
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants