andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
109 stars 43 forks source link

The robot_framework_automatic_indexing causes a lag when changing or jumping to new file #142

Closed aaltat closed 8 years ago

aaltat commented 8 years ago

The lag is quite big, somewhere around 1-3s, with large keyword and library amount. Find way to improve the performance so that lag between file changes is not that big.

Rewriting the logic and perhaps removing the open_tab concept would be something to try. Do performance measurements and see where the time is actually wasted when the new file is opened.

To do:

aaltat commented 8 years ago

Simplify the internal database creation. Keep the database table creation as it is, at least for now, but rewrite the index creation.

aaltat commented 8 years ago

Fixed in: 687480e26b4bf8f78cee899b75761f2ced8211e1