Changes between Version 15 and Version 16 of QtBackLog
- Timestamp:
- Oct 18, 2009, 11:50:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtBackLog
v15 v16 12 12 ||Bring zero-copy to QIODevice... big one. That is good for networking and image decoding.|| || || 13 13 ||Changes to QHttpNetworkReply to reduce memory reallocations. Reserve some bytes instead of doing ''QByteArray::append'' all them time.|| || || 14 ||Changes to QNetworkReply to remove quadratic runtime in QNetworkReplyHandler and latency fixes|| || ||14 ||Changes to QNetworkReply to remove quadratic runtime in QNetworkReplyHandler and latency fixes||[http://qt.gitorious.org/~zecke/qt/zeckes-qt/commits/merge/network-changes network-changes] || || 15 15 ||Cut down on the usage of QUrl::toEncoded as it shows up in the profile of starting jobs.|| || || 16 16 ||QBENCHMARK results are hard to analyze and compare. We need a single and simple way to say if something is faster or slower. Be a bit like sunpsider, do the same math as well, mention slowest and fastest run.|| || ||