qt5base-lts/tests/benchmarks/corelib/json
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
..
json.pro Fixed benchmarks to work from install directory 2012-03-19 01:18:20 +01:00
numbers.json Import json support from playground/qtbinaryjson 2012-01-24 15:28:20 +01:00
test.json Fixed benchmarks to work from install directory 2012-03-19 01:18:20 +01:00
tst_bench_qtbinaryjson.cpp Significantly speed up insertion into QJsonObject/Array 2012-03-22 18:59:45 +01:00