ca1eeb23fa
This implementation stores mapping that are 1 QChar long inside the mapping tables, the longer mappings are stored as an offset and length pairs pointing into the common superstring of all such mapping values. Size comparison with the existing implementation follows. old: max mapping length: 6 memory usage: 103608 bytes new: uncompressed size: 3250 characters consolidated size: 2367 characters memory usage: 50782 bytes Task-number: QTBUG-85323 Change-Id: I9f2e32438dd463457e0fcd783136bb17145e27a8 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
5 lines
89 B
Prolog
5 lines
89 B
Prolog
SOURCES += main.cpp
|
|
QT = core core-private
|
|
CONFIG += console
|
|
DEFINES += QT_FORCE_ASSERTS
|