lpy icon indicating copy to clipboard operation
lpy copied to clipboard

Performance issue with C-2

Open et2010 opened this issue 6 years ago • 1 comments

It seems C-2 is much slower than C-1 on my Windows laptop.

test2

In my understanding, this is because C-2 starts a new python process every time. Why not use the existing process like C-1 does? How to improve the performance?

et2010 avatar Sep 29 '18 13:09 et2010

C-2 will use either the REPL or Jedi for lookup. It may be that Jedi starts an extra process.

abo-abo avatar Oct 03 '18 18:10 abo-abo