lpy
lpy copied to clipboard
Performance issue with C-2
It seems C-2
is much slower than C-1
on my Windows laptop.
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?
C-2
will use either the REPL or Jedi for lookup. It may be that Jedi starts an extra process.