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

Improve performance #7

Open
tylerdq opened this issue Aug 13, 2019 · 1 comment
Open

Improve performance #7

tylerdq opened this issue Aug 13, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@tylerdq
Copy link
Owner

tylerdq commented Aug 13, 2019

At least with .parquet, there are opportunities to improve speed and reduce disk usage with dataframe binaries via pyarrow's built-in threading and compression options.

There also may be opportunities to multi-thread the PDF extraction itself (using PyPDF2 or switching to an alternate library).

@tylerdq tylerdq added the enhancement New feature or request label Aug 13, 2019
@tylerdq
Copy link
Owner Author

tylerdq commented Aug 13, 2019

The Parquet improvements might be unnecessary. It appears from pyarrow's documentation that the default behavior is already fairly optimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant