Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
None
-
None
-
55d68a16aafb93aa15bcdbd78892006777b6067a
Description
The only way to implement a qHash function for QUuid keys is by converting the QUuid to a QString, which is slow. A specialized qHash implementation that uses the UUID data (possible only on Windows right now by converting to a GUID), or getters for the data, would allow for much faster hash-lookups.
Attachments
Issue Links
- relates to
-
QTBUG-19418 QUuid::toString() need to be optimized
-
- Closed
-