qt5base-lts/tests/auto/corelib/tools/qbytedatabuffer
Antti Harju 8fb379dc8a Improve QByteDataBuffer::read() performance with partial reads
Add a read position variable to eliminate excessive memcpy'ing when
reading a partial buffer.

Specifically, fix performance issue of reading large files from
QNetworkDiskCache in QtWebKit2.

Task-number: QTBUG-27522
Change-Id: I21edc909bf9223971b2c3db5f1fa6b89c5b61c5f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Antti Harju <antti.harju@ixonos.com>
2012-11-03 00:24:37 +01:00
..
.gitignore Improve QByteDataBuffer::read() performance with partial reads 2012-11-03 00:24:37 +01:00
qbytedatabuffer.pro Improve QByteDataBuffer::read() performance with partial reads 2012-11-03 00:24:37 +01:00
tst_qbytedatabuffer.cpp Improve QByteDataBuffer::read() performance with partial reads 2012-11-03 00:24:37 +01:00