Skip to content

exo-icon-chooser-dialog: Speed up sorting the icon view model

Harald Judt requested to merge hjudt/exo:speed-up-sorting-icon-view-model into master

Currently, the list of icons is sorted during inserting new items. With a lot of icons, this can get rather slow. We can shave off a few seconds from populating the icon view model by first generating an unsorted list of icons, then sorting it at the end.

Merge request reports