[poppler] Any chance for optimization?

Leonard Rosenthol lrosenth at adobe.com
Tue Mar 16 12:08:47 PDT 2010


>It can be optimized, but don't expect to make it double faster without heavy work.
>
Yup!

The only way you are going to get that level of performance is to move from a "parse & direct render" model to a "parse to intermediate format and then render" model.  That way you avoid the parse each time you pan/zoom.

Leonard


More information about the poppler mailing list