Details
-
Suggestion
-
Resolution: Moved
-
P2: Important
-
None
-
None
Description
For QtWebKit we are copying data coming from the network too often and it should be fixed by not copying any data but operate on the QByteArray as received from the network.
QTcpSocket -> QNetworkReply -> WebCore::SharedBuffer -> QBuffer -> QImageReader
Attachments
Issue Links
- depends on
-
QTBUG-14703 backport zero-copy QNetworkAccessManager code to 4.7
- Closed
- relates to
-
QTBUG-19044 Make QML network loading use the QNetworkAccessManager zero-copy features
- Open
-
QTBUG-6772 Improve QNetworkReplyHandler, the interface between WebKit and QNetworkAccessManager
- Closed
-
QTBUG-76492 [Spike]: Research options for a better QIODevice abstraction
- Open
- resulted in
-
QTBUG-19169 Qt 5: readAny() API for zero-copy in QIODevice
- Open