Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
None
-
5
-
fa2153bd1 (dev), e3f230e7b (dev), 765c54420 (6.5)
-
Foundation Sprint 72
Description
In the scope of QTBUG-103302 the QXmlStreamWriter API is ported to QAnyStringView. In the case of QXmlStreamWriter::write this means the introduction of 3 new helper functions to handle QStringView, QLatin1StringView and QUtf8StringView.
To enhance performance, the QLatin1StringView and QStringView overloads should use stack buffers for re-coding to UTF-8, and write to the device in chunks, not allocating buffers themselves.
Attachments
Issue Links
- resulted from
-
QTBUG-103302 Port QXmlStreamWriter API to QAnyStringView
- Closed