You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for duplicates among the existing issues, both open and closed.
Advanced users: verify that the bottleneck still persists in the current development version (i.e. remotes::install_github("ropensci/drake")) and mention the SHA-1 hash of the Git commit you install.
Description
For its entire existence, drake has relied on the storr package as a caching backend. storr has an amazing API and internal design, and I love its namespace functionality. However, given #907 and #930 (comment), drake's demands may have exceeded storr's performance. We may need to implement a custom caching system someday. I hope we do not need to do anything so drastic, but the time has come to at least consider the possibility.
The text was updated successfully, but these errors were encountered:
Prework
drake
's code of conduct.remotes::install_github("ropensci/drake")
) and mention the SHA-1 hash of the Git commit you install.Description
For its entire existence,
drake
has relied on thestorr
package as a caching backend.storr
has an amazing API and internal design, and I love its namespace functionality. However, given #907 and #930 (comment),drake
's demands may have exceededstorr
's performance. We may need to implement a custom caching system someday. I hope we do not need to do anything so drastic, but the time has come to at least consider the possibility.The text was updated successfully, but these errors were encountered: