qt5base-lts/util
Konstantin Ritt 3fe02eaa12 significant unicodetables generator performance optimization
since the entire range of a valid unicode code points is in use, QHash
is suboptimal and could be replaced with QList;
taking the value by ref and not inserting it back to the map + not calculating
the default value over and over gains us up to 60% performance boost!

Change-Id: I48c54a8e88472cf76c79c0aac44e65eeefa44861
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-05-11 10:38:25 +02:00
..
accessibilityinspector Avoid non-standard indentation of license headers. 2012-01-30 16:40:10 +01:00
corelib/qurl-generateTLDs Stop relying on qHash always giving the same results 2012-04-08 21:44:26 +02:00
harfbuzz Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
integrity Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
lexgen Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
local_database QLocale: Clean up QLocalePrivate implementation 2012-04-24 16:37:11 +02:00
plugintest Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
scripts Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
unicode significant unicodetables generator performance optimization 2012-05-11 10:38:25 +02:00
xkbdatagen Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other] 2012-05-04 12:48:06 +02:00