Use reserve on QVector<Phase2Data>
ClosedPublic

Authored by graesslin on Jan 12 2019, 1:40 PM.

Details

Summary

We know that the maximum size is the number of windows in stacking
order. It might be that some are skipped as they are not ready for
painting, but overall it's better to reserve a little bit too much
memory than to have a growing QVector.

Test Plan

Compiles

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
graesslin created this revision.Jan 12 2019, 1:40 PM
Restricted Application added a project: KWin. · View Herald TranscriptJan 12 2019, 1:40 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
graesslin requested review of this revision.Jan 12 2019, 1:40 PM
zzag accepted this revision.Jan 12 2019, 2:00 PM
This revision is now accepted and ready to land.Jan 12 2019, 2:00 PM
This revision was automatically updated to reflect the committed changes.