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
From looking at the storr_rds() API, the only method we need to worry about is $list(). I searched drake's code base, and it is used sparingly.
More generally speaking, I would like to concentrate on downsizing and accelerating drake. #561, #562, and #464 cover most of the initial downsizing. I also plan to put more effort into profiling.
such as
$list()
. Functions with unbounded complexity should not be called inmake()
. Ref: #563 (comment)The text was updated successfully, but these errors were encountered: