Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-104957

Significant latency improvement in QCoreApplication::compressEvent

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.2.2
    • Core: Event loop
    • None
    • Windows

      I would strongly suggest implementing the below change. I used visual studio to profile an application that was hanging while loading a settings file while also processing many updates from a backend process. The profile indicated that the at function called here was taking up nearly 40% of the runtime of the application. After making the below change, everything loaded without any visible delay. It looks like this is a huge bottleneck and it is completely unnecessary.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            thiago Thiago Macieira
            ltmdum Luke McDonald
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes