-
I'm submitting a:
-
[Bug report] What is the current behavior?
Basically reading the PDF, updating the info dict and the XMP metadata and saving the pdf is taking extremely long, the test PDF is at:
https://bugs.launchpad.net/calibre/+bug/2041745
Probably some quadratic algorithm somewhere. This is with 0.10.3. The issue can be mitigated by turning off garbage collection during save. However, if garbage collection has the potential to be so slow, perhaps it should default to off, or better, be made faster.
I'm submitting a:
[Bug report] What is the current behavior?
Basically reading the PDF, updating the info dict and the XMP metadata and saving the pdf is taking extremely long, the test PDF is at:
https://bugs.launchpad.net/calibre/+bug/2041745
Probably some quadratic algorithm somewhere. This is with 0.10.3. The issue can be mitigated by turning off garbage collection during save. However, if garbage collection has the potential to be so slow, perhaps it should default to off, or better, be made faster.