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
With new optimizations (spurred on by #144) spread_draws and gather_draws should be fast in most cases even with large numbers of parameters. However tidy_draws can still be somewhat slow when there are lots of parameters.
One way to deal with this is call tidy_draws() once ahead of time and only use pre-tidied draws with spread_draws() and gather_draws(). Could be useful to document this pattern.
The text was updated successfully, but these errors were encountered:
With new optimizations (spurred on by #144)
spread_draws
andgather_draws
should be fast in most cases even with large numbers of parameters. Howevertidy_draws
can still be somewhat slow when there are lots of parameters.One way to deal with this is call
tidy_draws()
once ahead of time and only use pre-tidied draws withspread_draws()
andgather_draws()
. Could be useful to document this pattern.The text was updated successfully, but these errors were encountered: