Details
-
Improvement
-
Status: Closed
-
Resolution: Fixed
-
2.5
-
None
-
None
-
Operating System: All
Platform: All
-
50636
Description
Adding a new page causes to iterate over all existing page sequnces and count their number of pages.
If there is a large number of page sequences, this can take a significant percentage of the fop running time.
I have the attached workaround in my tree for some time:
It caches the number of pages in the page sequences, so that adding a new page is only O(1).