-
Notifications
You must be signed in to change notification settings - Fork 274
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
Deprecation in map_chr()
is quite slow
#1089
Comments
Ugh, that's a bummer. |
Most of it is probably The standalone-defer file was improved here: But that hasn't made its way to CRAN yet (or to rlang, which uses the standalone file) And we think the ultimate goal was to move |
We could just use |
hadley
added a commit
that referenced
this issue
Jul 27, 2023
hadley
added a commit
that referenced
this issue
Jul 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting up the deprecation env takes roughly a third of the time in the following reprex. Using
map_vec()
is actually faster:Created on 2023-07-05 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: