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
vec_repeat() currently uses a combination of rep() and vec_slice(). It can be easily be made quite a bit faster by using vctrs::vec_rep() and vctrs::vec_rep_each().
This gives a nice speed up for expand_grid(), pivot_longer(), and pivot_wider().