From ba814703fbfc99c99d24c8873ae3356b2623dc69 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 16 Jan 2021 12:11:35 -0500 Subject: Use QPDFNameTreeObjectHelper's iterator directly --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ee2c08c..c83d58bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2021-01-16 Jay Berkenbilt + * 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 -- cgit v1.2.3-70-g09d2