Skip to content

Improve quickopen performance

Waqar Ahmed requested to merge work/quickopen-perf into master

This change improves quick-open performance for large loads especially the initial data loading.

For testing, I used my home directory as a .kateproject which has close to 750K files. Some things I noticed

  • It takes about 8 - 10 seconds to load the project
  • 1-2 seconds for quickopen to start
  • Filtering is almost instantaneous, but there are lags
Edited by Waqar Ahmed

Merge request reports