summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-16 18:11:35 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-24 09:25:11 +0100
commitba814703fbfc99c99d24c8873ae3356b2623dc69 (patch)
tree8e5f3f9cb708700a6d596f3d7e9a6498de54eebe /ChangeLog
parent5f0708418a0a9cbacc033f52efc11c759120fd09 (diff)
downloadqpdf-ba814703fbfc99c99d24c8873ae3356b2623dc69.tar.zst
Use QPDFNameTreeObjectHelper's iterator directly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ee2c08c..c83d58bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-01-16 Jay Berkenbilt <ejb@ql.org>
+ * Re-implement QPDFNameTreeObjectHelper and
+ QPDFNumberTreeObjectHelper to be much more efficient and to have
+ an iterator-based API in addition to the existing one. This makes
+ it possible to use "range-for" loops over these helpers and to
+ iterate through name and number trees without creating a map
+ containing all the keys and values, which is slow and potentially
+ consumes a lot of memory.
+
* Add warn() to QPDF's public API.
2021-01-11 Jay Berkenbilt <ejb@ql.org>