Skip to content

Improve FileList performance

Paul Slaughter requested to merge ps-improve-file-list-speed into main

Description

This MR dramatically improves the performance of the fuzzy file finder by optimizing FileList to use the initial list of blobs + sourceControl.

From the commit:

  • Now that we have SourceControl, we can optimize this a bit
  • The FileListWithCache stays mostly unchanged

Screenshots

Before (lots of loading) After
Screen_Shot_2022-12-19_at_1.37.36_PM 20221219_perf_improvement
Edited by Paul Slaughter

Merge request reports