qt5base-lts/tests/benchmarks/corelib
Thorbjørn Martsum 3222db0937 QVector - removeLast optimize
In case somebody uses QVector as a stack, it is not fair to have
takeLast, removeLast and pop_back to do way too much work.

This is still very slow compared to std::vector::pop_back
(mostly due implicit sharing), however it is more than a
factor faster than before.

Change-Id: I636872675e80c8ca0c8ebc94b04f587a2dcd6d8d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-03-07 08:37:26 +01:00
..
codecs Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
io Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
json Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
kernel Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
mimetypes Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
plugin Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
thread Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
tools QVector - removeLast optimize 2013-03-07 08:37:26 +01:00
corelib.pro test: Moving tst_QMimeDatabase::inheritsPerformance() test 2012-10-31 19:56:42 +01:00