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

Feature request: Use qs for serialization #48

Open
malaybasu opened this issue Sep 15, 2023 · 2 comments
Open

Feature request: Use qs for serialization #48

malaybasu opened this issue Sep 15, 2023 · 2 comments

Comments

@malaybasu
Copy link

This should be easy. Please use qs package for serialization, not .Rdata.

@nsheff
Copy link
Member

nsheff commented Sep 15, 2023

I'm not familiar with qs -- can you explain the rationale?

@malaybasu
Copy link
Author

qs is the fastest way to save sterilized R objects. In most instance it's about a magnitude faster than any other serialization method. It supports all the cuttings edge compression and has in-built parallization. Another popular caching package, moustache, has switched over to qs. It will be wonderful to have qs support.

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

2 participants