You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "simon steiner (JIRA)" <ji...@apache.org> on 2015/07/08 13:34:04 UTC

[jira] [Created] (PDFBOX-2860) NonSeq parser slower than Seq parser

simon steiner created PDFBOX-2860:
-------------------------------------

             Summary: NonSeq parser slower than Seq parser
                 Key: PDFBOX-2860
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2860
             Project: PDFBox
          Issue Type: Bug
            Reporter: simon steiner


PDF from PDFBOX-797

        for (int i=0; i<1000; i++) {
            PDDocument.load(new FileInputStream(
                    "4218.pdf")).close();
        }


Nonseq:
real	0m23.691s
Seq:
real	0m9.705s



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org