XMLWordPrintable

Details

    • All

    Description

      QQueue inherits QList. This worked in Qt 5 as QList had decent performance characteristics when taking the first element.

      This needs changes in Qt 6, where QList inherits from QVector, and taking the first element is O. Consider implementing QQueue using a std::deque or similar data structure.

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            laknoll Lars Knoll
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes