Multi-CPU pdfminer.six emulation is too slow on small documents #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dhd/paves#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is entirely due to the overhead of removing and restoring weak references in indirect object references. For the "removing" this will no longer be necessary in PLAYA-PDF 0.2.8 but the "restoring" is still going to be slow.
Possibly we need to do a custom serializer/deserializer or something? Does ProcessPoolExecutor allow this?
Fixed by #4 (why you not close github?!?!?1!6!)