This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Autocompleting pandas.
uses 1/2 GB of memory
#1128
Labels
duplicate
This issue or pull request already exists
Comments
Also, each time I restart code it takes a long time to re-analyze everything (and reload everything into memory!), it's like it doesn't cache anything between sessions and has a long initialization time. |
Closed
Compare with jedi:
|
Caching is part of #472. Considering memory, Jedi is only for completions. Rename is handled by rope, symbols by ctags and linting by pylint. LS actually combines them all. 500 MB is not particularly different from other comparable engines. |
Fair enough, thanks for explaining. When I disable Jedi in my settings, does it mean that everything else you listed above is disabled also so that pls takes care of everything? |
Yes, LS takes over the entire editor. Pylint may still be activated since LS linting is not yet as complete. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just did a clean launch of vscode and tried to autocomplete
pandas.
as shown in the screenshot:Memory usage is absurdly high. I can easily reproduce this by repeating the same steps.
I'm using:
The text was updated successfully, but these errors were encountered: