2e24ee02af
Change a += to simple assignment where it's string arithmetic (a hundred thousand concatenations of "Hello World" add up to more than a megabyte, in an incremental growth that's going to dominate the QMap operations we were meant to be benchmarking) and the only reason for it is to avoid an unused result warning. Accumulating int values is harmless, but strings are another story ! Pick-to: 6.1 6.2 Task-number: QTBUG-91713 Change-Id: Ib0dc131b0cc75fea23998afc0300e8cb60076c7e Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> |
||
---|---|---|
.. | ||
containers-associative | ||
containers-sequential | ||
qcontiguouscache | ||
qcryptographichash | ||
qhash | ||
qlist | ||
qmap | ||
qrect | ||
qringbuffer | ||
qset | ||
qstack | ||
qvector | ||
CMakeLists.txt |