Changes between Version 31 and Version 32 of QtBackLog


Ignore:
Timestamp:
Nov 11, 2009 5:36:03 PM (14 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v31 v32  
    1616||Consider creating a SharedBuffer that works on tiles/segments|| || || || ||
    1717||Changes to QHttpNetworkReply to reduce memory reallocations. Reserve some bytes instead of doing ''QByteArray::append'' all them time.|| || || || ||
    18 ||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] || 19.10.2009|| || ||
     18||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] || 19.10.2009|| [http://qt.gitorious.org/qt/qt/commit/55b8a57350fee26783b379d3897d38759903824f API addition] || ||
    1919||Cut down on the usage of QUrl::toEncoded as it shows up in the profile of starting jobs.|| || || || ||
    2020||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.|| || || || ||