You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We started using the FPDF_GetNamedDest API to retrieve a list of all the named
destinations. Unfortunately the API seems to be very slow. The PDF here has
~80,000 named destinations however traversing the list of them takes
approximately 40 seconds on my machine using FPDF_GetNamedDest. It seems like
there could be an >=N^2 algorithm happening under the covers.
Original issue reported on code.google.com by [email protected] on 11 Feb 2015 at 6:45
The text was updated successfully, but these errors were encountered:
No kidding. There are a couple of places these can come from, and at least one
of them is, uh:
https://code.google.com/p/chromium/codesearch#chromium/src/third_party/pdfium/fp
dfsdk/src/fpdfview.cpp&rcl=1425286324&l=842
Original issue reported on code.google.com by
[email protected]
on 11 Feb 2015 at 6:45The text was updated successfully, but these errors were encountered: