-
Notifications
You must be signed in to change notification settings - Fork 129
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
storr::encode64() overhead #572
Comments
I think the best way to solve this is through richfitz/storr#88. We could use |
If richfitz/storr#89 does not work out, we could change the default |
For the custom wrappers, |
Hopefully we can handle this through richfitz/storr#90. |
Fixed via #633. |
See also #630. |
#571 +
profvis
helped me see this.See also richfitz/storr#44.
A few ideas:
storr::storr_rds(mangle_key = FALSE)
.storr_rds(mangle_key = FALSE)
by default for new caches and just mangle the file names.drake
using times stamps and no key mangling.The text was updated successfully, but these errors were encountered: