abingham / traad

An JSON+HTTP server for the rope Python refactoring library
MIT License
107 stars 20 forks source link

Investigate code-completion performance on larger projects #20

Closed abingham closed 6 years ago

abingham commented 12 years ago

It seems that performance on larger projects (e.g. ipython) is not as good as it needs to be. There are reports of noticeable lag when typing. So, we need to look into that, see what might be done, etc. It could be that rope is the slow-down.

mcepl commented 8 years ago

There is some work on the topic of rope profiling and related in https://github.com/python-rope/rope/issues/44 Of course, merge requests welcome! :)