-
Notifications
You must be signed in to change notification settings - Fork 300
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
Variable Explorer perf issue #3323
Comments
This should be fixed already. Do you have any more information? @IanMatthewHuff fixed this in the last release I believe. |
Yeah this was fixed in microsoft/vscode-python#5708 which was shipped with our latest release. |
We're assuming that this is fixed. If not, please enter a new issue. |
Here's some code that repros the problem:
Execute the first cell. Open the variable explorer It will take 4 or 5 seconds for the cell to finish executing. |
This is related to https://github.com/microsoft/vscode-python/issues/7180 |
3 different ideas:
|
Pros/Cons of each
|
Here's an even better test:
Creates 1000 lists with 10000 items in each. |
There was a bit of a regression that I filed for #2382, but overall looks good. Validated. |
from survey:
When working in interactive Python, the variable refresh is quite slow. After every batch send to IPython it refreshes.
The text was updated successfully, but these errors were encountered: