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
Although this is not top priority, this is more of a syntax experimentation, it'd be nice to bench::mark()dance against dplyr.
dance does not do hybrid evaluation yet, but has other tricks, so I expect things that use hybrid evaluation in dplyr, e.g. mean() to be faster. But I'm genuinely curious about how dance performs against dplyr generally.
The text was updated successfully, but these errors were encountered:
Although this is not top priority, this is more of a syntax experimentation, it'd be nice to
bench::mark()
dance
againstdplyr
.dance
does not do hybrid evaluation yet, but has other tricks, so I expect things that use hybrid evaluation in dplyr, e.g.mean()
to be faster. But I'm genuinely curious about howdance
performs againstdplyr
generally.The text was updated successfully, but these errors were encountered: