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

Cache using Parquet, Feather, etc. #128

Closed
khaeru opened this issue Feb 9, 2024 · 0 comments · Fixed by #135
Closed

Cache using Parquet, Feather, etc. #128

khaeru opened this issue Feb 9, 2024 · 0 comments · Fixed by #135
Labels
enh New feature or request

Comments

@khaeru
Copy link
Owner

khaeru commented Feb 9, 2024

Reportedly, serializing pandas.Series to/from the parquet or feather formats using PyArrow can be much more performant; see e.g. here.

  • Adjust genno.caching to use these formats where possible, especially for Quantity objects.
    • Continue to use pickle for other objects.
  • Allow configuration/selection of whether to use these vs. Pickle.
@khaeru khaeru added the enh New feature or request label Feb 9, 2024
@khaeru khaeru changed the title (Optionall) Cache using Parquet, Feather, etc. Cache using Parquet, Feather, etc. Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enh New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant