summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytedatabuffer/.gitignore
diff options
context:
space:
mode:
authorAntti Harju <antti.harju@ixonos.com>2012-10-24 10:56:46 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-03 00:24:37 +0100
commit8fb379dc8a4d7069a99c3181283e581b86e99ceb (patch)
tree75b8b73b42a03a96db1c2b3f7958c4b439f93d0f /tests/auto/corelib/tools/qbytedatabuffer/.gitignore
parent0d9eba94dc73366a4a222c90d3f8deccc4cb19c6 (diff)
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>
Diffstat (limited to 'tests/auto/corelib/tools/qbytedatabuffer/.gitignore')
-rw-r--r--tests/auto/corelib/tools/qbytedatabuffer/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qbytedatabuffer/.gitignore b/tests/auto/corelib/tools/qbytedatabuffer/.gitignore
new file mode 100644
index 0000000000..3024a4dba2
--- /dev/null
+++ b/tests/auto/corelib/tools/qbytedatabuffer/.gitignore
@@ -0,0 +1 @@
+tst_qbytedatabuffer