[Development] QList for Qt 6
Thiago Macieira
thiago.macieira at intel.com
Sun May 26 17:11:53 CEST 2019
On Friday, 24 May 2019 05:09:30 PDT Mutz, Marc via Development wrote:
> 1. Make QVector slower for every user (because of the extra memory load
> in calculating begin())
Nope. QVector, QString and QByteArray carry their begin pointer in the object
itself. So there's no indirect load *and* it supports the takeFirst()
optimisation.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel System Software Products
More information about the Development
mailing list