Skip to content

Constify Qt containers passed to ranges

Fushan Wen requested to merge work/fuf/constify into master

During benchmarking plasma-workspace!4288 (merged) I found that when a mutable Qt container is passed to std::ranges, perf reports greatly increased instructions per iteration or msecs per iteration, so this constifies a few mutable Qt containers passed to std::ranges to improve the efficiency.

Merge request reports