aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-10-01 16:40:59 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-01-15 16:46:19 +0100
commite79a2658cde899d6ee11ec3c0d0a3768eb2c864b (patch)
tree79e7d1205cb44236f0ad082ff0c2e75e78046159 /examples
parent4527d87e8f24e99658020900d9eb114d86d4dc82 (diff)
Use QFlatMap in QQuickTableView
QFlatMap is implemented to use two containers internally, one for keys and one for values. This improves locality of reference for the purpose of doing binary search to find a key quickly, and also makes the keys() (and values()) accessor really fast. Change-Id: I87bbb06371aeb44c5bcf971d72ae9cd59920f800 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions