[Development] Important recent changes in QList/QString/QByteArray

Ville Voutilainen ville.voutilainen at gmail.com
Wed Sep 2 20:53:48 CEST 2020


On Wed, 2 Sep 2020 at 17:16, Andrei Golubev <andrei.golubev at qt.io> wrote:
>
> With this setup, one might be tempted to optimize erasure in the first
> half of the container by shifting elements towards the end (rather than
> from the end towards the beginning), as it would be cheaper. I guess
> that's what's happening here?
>
>
> Yes, this is what's happening now. But I am considering switching back to std::vector::erase mode, there's a patch for that already. Let's see how it goes.


After feature freeze? :)


More information about the Development mailing list