I built podofo 0.9.5 as a shared library on this ARM platform I'm
working on. I am using podofo to read pdf contents using
PdfContentsTokenizer, but I am also using pdfium/fpdf to generate pdf
preview bitmaps.
Today I realized that fpdf can render a bitmap of the contents faster
than I can parse the contents using podofo - even an empty loop over all
the tokens is still slower than fpdf rendering a complete bitmap.

Both are built with the same buildsystem so they should have comparable
CXXFLAGS notably -O2 optimization.

I wonder what we can learn from how fpdf works to improve podofo?


Florian

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to