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

allow lookup in QMap<QString, ...> with QStringView as a key

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • None

      It would be very handy to be able to lookup in QMap<QString, ...> with QStringView as a key. This would allow much faster operation because it could avoid one unnecessary allocation.

      Note that QMap<QString, QVariant> is also aliased as QVariantMap which is quite widely used, IMO. Therefore this performance improvement could be very beneficial.

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

            thiago Thiago Macieira
            vladimir.kraus Vladimir Kraus
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes