summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2020-10-19 16:32:22 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2020-10-22 15:51:09 +0200
commita29745191d9842d47971655d4b49316b5091c49f (patch)
tree60a6aa10dbfdd3578ec39a97910a76afb3745ebd
parent90cb1091b3d7ca56c700c62b9ecc58cf5194c0ff (diff)
downloadqtdoc-a29745191d9842d47971655d4b49316b5091c49f.tar.gz
qmlapp/performance: Remove "sliding slice window" bullet point
Since nobody knows what this means anymore and it's 7+ years old we can safely assume this is an artifact. Change-Id: I34eef0d08192e370eab3ebbcfe020acea36134f6 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--doc/src/qmlapp/performance.qdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/qmlapp/performance.qdoc b/doc/src/qmlapp/performance.qdoc
index 19bb0c9e..efa6825c 100644
--- a/doc/src/qmlapp/performance.qdoc
+++ b/doc/src/qmlapp/performance.qdoc
@@ -632,7 +632,6 @@ use-case it must fulfil, some general guidelines are as follows:
\li Be as asynchronous as possible
\li Do all processing in a (low priority) worker thread
\li Batch up backend operations so that (potentially slow) I/O and IPC is minimized
-\li Use a sliding slice window to cache results, whose parameters are determined with the help of profiling
\endlist
It is important to note that using a low-priority worker thread is recommended to