camlpdf icon indicating copy to clipboard operation
camlpdf copied to clipboard

New algorithm for large splits

Open johnwhitington opened this issue 6 months ago • 1 comments

Say a file of 8000 pages and 200Mb is being split into individual pages. There is too much graph traversal going on. Can we cache? If obj 20 implies objs 21, 22, 23 why can't we cache that?

johnwhitington avatar Feb 26 '24 19:02 johnwhitington