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
The targets package needs to call with_seed() a lot, and noticeable time is spent getting the R version and RNG kind. Would it be feasible to cache these in withr for the current R session? digest has a similar way of caching the platform type in a local package environment: eddelbuettel/digest#138.
To demonstrate the bottlenecks I see in with_seed():
The
targets
package needs to callwith_seed()
a lot, and noticeable time is spent getting the R version and RNG kind. Would it be feasible to cache these inwithr
for the current R session?digest
has a similar way of caching the platform type in a local package environment: eddelbuettel/digest#138.To demonstrate the bottlenecks I see in
with_seed()
:The text was updated successfully, but these errors were encountered: