Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
Currently QSortFilterProxyModel uses std::stable_sort to sort and it can take quite a lot of time with larger models as it is single threaded. Perhaps multi threaded implementation could be made to better utilize modern hardware.