summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-02-07 00:13:16 +0100
committerMarc Mutz <marc.mutz@kdab.com>2015-02-12 09:58:42 +0000
commita1036990ff0cefc3558702284c68fa5aff0f3174 (patch)
tree916440cceb5556221fc991fb2fd85d8c02386ad0 /src/3rdparty
parentad67867d49c4a7a130084723bfe149fd26c3a9c5 (diff)
QTzTimeZonePrivate: replace an inefficient QList with QVector (III)
The implementation-private QTzType type is larger than void*, so holding them in QLists is horribly inefficient. Fix by holding it in QVector instead (it was already marked as a primitive type before). Text size grows by ca. 0.5K, but of course we got rid of all those pesky heap allocations. Change-Id: I3b70ed36fa9947b695ffc87c6f6199daa13cb7cd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/3rdparty')
0 files changed, 0 insertions, 0 deletions