Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster COSNumber parsing #168

Open
ediweissmann opened this issue Sep 3, 2024 · 0 comments
Open

Faster COSNumber parsing #168

ediweissmann opened this issue Sep 3, 2024 · 0 comments

Comments

@ediweissmann
Copy link
Collaborator

Ran into performance problems parsing a PDF document with lots of drawings.

ediweissmann added a commit that referenced this issue Sep 3, 2024
…Reader.readNumber(); decreased parsing time by 50% for the particular document used for investigation.
ediweissmann added a commit that referenced this issue Sep 3, 2024
…tempt to handle corner cases in the "vanilla" path, which is now optimized for speed and corner cases are handled if "vanilla" parsing fails.
ediweissmann added a commit that referenced this issue Oct 19, 2024
… has changed the behaviour of how we serialize to string floats that are actually integers eg: 123 => "123" instead of "123.0". This commit removes the ".0" from integer floats.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant