Skip to content

Speed up pdf files meging #542

Closed Answered by jbarlow83
PeterSlezak asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like you found a regression that made appending pages take quadratic time:

v8.9.0
10000: 25s
20000: 84s

After fixing this the scaling is linear when adding single pages:
10000: 9.7s
20000: 19.2s
30000: 28.7s

When adding larger sets of pages it's much faster still.

This will be fixed in the next release.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jbarlow83
Comment options

You must be logged in to vote
1 reply
@PeterSlezak
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants