diff options
author | Ulf Hermann <[email protected]> | 2024-01-18 10:04:17 +0100 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2024-01-20 20:27:46 +0000 |
commit | af212e5e4edb73978298cd030b15deb8d8c28183 (patch) | |
tree | 833bd40ec63e46aae6a5beca38eb90f1387a9679 /src/qmltest/quicktest.cpp | |
parent | 59b0b59090e2ff3f04bd15120720ee6a5b0c3f4b (diff) |
QmlCompiler: Use a hash set for the list of conversions
There can be a lot of them and we don't want quadratic behavior. It might be possible to further improve on this using e.g. sorted lists
and algorithms provided by the STL. However, such an implementation
would be more complicated and would require weighing several trade-offs.
Pick-to: 6.7 6.6 6.5
Fixes: QTBUG-121139
Change-Id: I717b49bd4af97abcaae9ae78d1e1b31d5d462952
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: Marc Mutz <[email protected]>
Diffstat (limited to 'src/qmltest/quicktest.cpp')
0 files changed, 0 insertions, 0 deletions