On Saturday, 3 November 2018 14:27:33 PDT Kevin Kofler wrote: > But that also removes one major argument for changing QList to yet another > QVector: the argument was that QStringList or QList<String> would be > inefficient with SSO QString, but that is moot if QString stays as it is.
A minimal SSO QString would take exactly as long to copy in a QVector as a non-SSO one. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
