FXFileChooser icon indicating copy to clipboard operation
FXFileChooser copied to clipboard

Reduce memory consumption for large folders

Open Oliver-Loeffler opened this issue 2 years ago • 0 comments

With directories containing 100.000s of files memory consumption can be an issue. For ~ 330.000 files on Windows 10 the FileChooserModel requires ~ 80 MiB of memory. On macOS Monterey its ~ 40 Mib for 244.000 files.

As the FileChooser is used on systems where 300.000 files to 900.000 files are listed, reduced memory consumption should help to improve overall application performance.

Oliver-Loeffler avatar Feb 05 '22 18:02 Oliver-Loeffler