[clazy] [Bug 361691] Suggestion to turn string into QStringLiteral instead of QLatin1String
Sergio Martins via KDE Bugzilla
bugzilla_noreply at kde.org
Tue Apr 12 22:37:44 BST 2016
https://bugs.kde.org/show_bug.cgi?id=361691
--- Comment #1 from Sergio Martins <smartins at kde.org> ---
contains(QL1S) and indexOf( QL1S) are 30% slower than their QString
counterparts, last time I measured.
It was caused by some fromLatin1_helper() calls, or something like that (I
don't recall the exact name)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list