qt5base-lts/util/unicode
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
..
codecs/big5 clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
data UCD-5.0: apply Corrigendum #6 2012-04-15 03:53:07 +02:00
x11 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
.gitattributes Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp significant unicodetables generator performance optimization 2012-05-11 10:38:25 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
unicode.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
writingSystems.sh Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00

Unicode is used to generate the unicode data in src/corelib/tools.