diff options
| author | Christian Tismer <tismer@stackless.com> | 2022-11-29 11:57:40 +0100 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2022-11-30 10:53:08 +0100 |
| commit | f391cd15394abf69581cc6cbe3663927f053342e (patch) | |
| tree | b71b915730621d68b7635e7137d58f3b38c04027 /build_scripts/platforms/linux.py | |
| parent | 0d03c6ce7e7320f9b30e29782884f453c9eff2f6 (diff) | |
__feature__: Add some simple but very effective caching
The caching problem has been studied a while and multiple
schemes have been considered which are not really cheap,
partially since a lot of extra knowledge would need to be
recorded.
While testing, it turned out that very often the same type
gets accessed multiple times, which allows for a very
efficient cache without the chance of errors:
Simply save multiple selection with the same type and select id.
[ChangeLog][PySide6] A new efficient optimization was implemented
for __feature__ switching.
Task-number: PYSIDE-2029
Change-Id: I76d4dc81f7a038ff47af13f0a77981844764f3a1
Pick-to: 6.4
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/platforms/linux.py')
0 files changed, 0 insertions, 0 deletions
