aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview_p_p.h
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-06-05 16:33:52 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-08 03:54:10 +0200
commit9f9b2df76c7677fb3dc82ca617cf0732652b684d (patch)
tree1d9882d6c5625f534bdb673af2f9e5d8eea81aab /src/quick/items/qquickitemview_p_p.h
parentc98947c6011dacdde984929a9923958bae379fa3 (diff)
Don't cache item indexes in VisualDataModel.
Sacrifice constant time lookup of indexes for rarely used features for reduced memory usage. Applications which use neither Packages, nor the VisualDataGroup api don't ever need to query the index of an item so caching and maintaining those indexes in unnecessary. Where they are used this add a cost scanning for the index of an item in the cache, and in some instances a lookup cost in the compositor. Change-Id: I7d3c21a27a8a3c068c5ae2e1e326ff573c44d712 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/quick/items/qquickitemview_p_p.h')
0 files changed, 0 insertions, 0 deletions