Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
2
-
451dbca16 (dev), db51321ce (6.5)
-
Foundation Sprint 72
Description
Othogonal to QTBUG-108546, which is about optimizing away the temporary QString in QString::insert(QUtf8StringView), we should, now that we have them, following the merge of
- https://codereview.qt-project.org/c/qt/qtbase/+/441471
- https://codereview.qt-project.org/c/qt/qtbase/+/443343
- https://codereview.qt-project.org/c/qt/qtbase/+/443747
- https://codereview.qt-project.org/c/qt/qtbase/+/443936
Optimize the corresponding QByteArray/View overloads to call the respective QUtf8StringView ones, to avoid the QString::fromUtf8() calls in inline code.
Attachments
Issue Links
- resulted from
-
QTBUG-103302 Port QXmlStreamWriter API to QAnyStringView
- Closed