Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Aggressive splom perf #3057
Aggressive splom perf #3057
Changes from 6 commits
56f2ee9
3574ece
8d0cac5
8282d91
73acd7e
cc5f0ca
17e30d2
4792f08
f415e96
3eb91c0
145cad3
6de1ae4
aaf6312
478c669
81eb48b
0243451
dcacd78
68dfbc1
c02330c
02263b9
f179c2f
cd8d8ab
0aad7ea
078c086
00cae48
5878223
c2ecb3a
31d5606
ea38664
4137433
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting... how did you figure this out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checking GPU memory consumption in the Chrome task manager (
<shift>+<esc>
) before and after callingPlotly.purge(gd)
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I have to wonder
Lib.delete(container, key)
or something to encourage reuse?