-
Notifications
You must be signed in to change notification settings - Fork 24
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
switch from .rData to .fst #202
Comments
This is not a single line of code job! The implications are very far reaching and should be mapped out first! |
@AugustT I have started looking into this. The |
I'm also slightly concerned about this shift. For me I don't see an issue with the current read/write speed, and it seems like a lot of work! I've always preffered .rds as you can formally assign objects to an object name when you read them in, but you can get round this with a small function. And .rdata potentially seem better for lists. |
I would be in favour of a switch to rds format (and in fact all my current occ mod functions work with rds files). If the implications of a change to a slightly faster format are potentially far reaching for minor benefit, I would be in favour of not a change. Other users of sparta would also have to install a new package as well to get this to work, if this became the default output. |
I'd vote for a change to .rds files instead of .rdata files, we could add an argument |
@AugustT has suggested we switch from saving sparta outputs from .rData to .fst: this will save time and disk space. It should be easily implemented with a single line of code.
The text was updated successfully, but these errors were encountered: