qt5base-lts/tests/benchmarks/corelib
Lars Knoll 349c0de091 Significantly speed up insertion into QJsonObject/Array
The code was only allocating memory for the next insertion
leading to a reallocation of the whole data for every
single insertion.

The code now reserves some space and uses a decent growth
strategy to avoid repeated reallocs.

Change-Id: I48b0feab71ba8ca73e7037f8460080f198b2f009
Reviewed-by: Jamey Hicks <jamey.hicks@nokia.com>
2012-03-22 18:59:45 +01:00
..
codecs Fixed benchmarks to work from install directory 2012-03-19 01:18:20 +01:00
io Fixed benchmarks to work from install directory 2012-03-19 01:18:20 +01:00
json Significantly speed up insertion into QJsonObject/Array 2012-03-22 18:59:45 +01:00
kernel Fixed benchmarks to work from install directory 2012-03-19 01:18:20 +01:00
plugin Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
thread Remove Symbian specific code from qtbase. 2012-01-31 07:08:31 +01:00
tools Fixed benchmarks to work from install directory 2012-03-19 01:18:20 +01:00
corelib.pro Import json support from playground/qtbinaryjson 2012-01-24 15:28:20 +01:00