pdfquery
pdfquery copied to clipboard
Improve performance on large pdfs
Replacing all(...
with simple ands cuts time to 1/3 of what it took before.
Found this after profiling on a pdf that required ~32m of these comparisons
@jcushman Don't think the test failure is related to my change, but more so a python3.6/7 thing.
Would you want me to update tests so it passes or is there a better solution?