Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Efficient n_distinct #8

Closed
hadley opened this issue Sep 6, 2016 · 2 comments
Closed

Efficient n_distinct #8

hadley opened this issue Sep 6, 2016 · 2 comments

Comments

@hadley
Copy link
Member

hadley commented Sep 6, 2016

See tidyverse/dplyr#977

@randomgambit

This comment has been minimized.

@hadley
Copy link
Member Author

hadley commented Sep 8, 2018

Now have vec_unique_count(); not always faster than length(unique()) but much faster than n_distinct().

@hadley hadley closed this as completed Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants