Changes between Version 15 and Version 16 of QtBackLog


Ignore:
Timestamp:
Oct 18, 2009 11:50:10 PM (15 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v15 v16  
    1212||Bring zero-copy to QIODevice... big one. That is good for networking and image decoding.|| || ||
    1313||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] || ||
    1515||Cut down on the usage of QUrl::toEncoded as it shows up in the profile of starting jobs.|| || ||
    1616||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.|| || ||