aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-08-07 20:23:05 +0200
committerJay Berkenbilt <ejb@ql.org>2022-08-07 20:23:05 +0200
commitda71dc6f37c69bdf708f1f9876e63ff348ae2296 (patch)
tree74c0505a6053e799758c501211b53c6f3d4b113d /TODO
parent32e30a3af2f3198e1522a42bdde8faa1cd1a88df (diff)
downloadqpdf-da71dc6f37c69bdf708f1f9876e63ff348ae2296.tar.zst
QTC: cache get_env results for improved performance
It turns out that QUtil::get_env is particularly expensive on Windows if there is a large environment. This may be true on other platforms as well.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index d4824cc6..fc007c98 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,8 @@ Before Release:
* Cache environment variables
* Remove coverage cases for things that are heavily exercised or are
in critical paths
+* Make ./performance_check usable by other people by having published
+ files to use for testing.
* Evaluate issues tagged with `next`
* Stay on top of https://github.com/pikepdf/pikepdf/pull/315