srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Autocomplete with version 0.18.0 is slower than previous version #321

Open amitp-ai opened 3 years ago

amitp-ai commented 3 years ago

I have been using Jedi with Sublime Text 3 for a few months now. And I really like it. My system is Linux Mint. I use large packages like Pytorch and Numpy on a regular basis.

The autocomplete dropdown list always takes a while the first time it is called. But there after, it is much faster -- for e.g. with the previous version of Jedi it used to be ~0.5 second but with version 0.18.0, I have noticed about a 1-2 second delay.

Is this behavior expected? And can it be fixed?

Thanks!