summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-18 04:37:05 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-18 15:00:55 +0200
commit89dacd8eba529663ab9c410efffd698b3023a9d6 (patch)
tree80886bfa5b43d4982612de10c8e7c4106f9cc255 /manual
parent522d2b2227cbc8edc1b7404f2e3980a28d216988 (diff)
downloadqpdf-89dacd8eba529663ab9c410efffd698b3023a9d6.tar.zst
Array optimization fixes performance issues (fixes #305, #311)
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index d5ad6466..e2544cb9 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4482,6 +4482,14 @@ print "\n";
</listitem>
<listitem>
<para>
+ The underlying implementation of QPDF arrays has been
+ enhanced to be much more memory efficient when dealing with
+ arrays with lots of nulls. This enables qpdf to use
+ drastically less memory for certain types of files.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
A new helper method
<function>QUtil::read_file_into_memory</function> was added.
</para>