aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-05 01:58:13 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-05 01:58:13 +0200
commitfe769f2723237596af2730bccd7972dab208a10d (patch)
tree22b8a478933539601736bb4e974653a5f43bcb8d /ChangeLog
parent4f4c627b77a169e1729982fa03dd75d5035f0297 (diff)
downloadqpdf-fe769f2723237596af2730bccd7972dab208a10d.tar.zst
Keep file open while adding its pages during merge (fixes #217)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa519fc4..7888293f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-08-04 Jay Berkenbilt <ejb@ql.org>
+ * Performance fix: optimize page merging operation to avoid
+ unnecessary open/close calls on files being merged. Fixes #217.
+
* Add ClosedFileInputSource::stayOpen method, enabling a
ClosedFileInputSource to stay open during manually indicated
periods of high activity, thus reducing the overhead of frequent