-
Notifications
You must be signed in to change notification settings - Fork 276
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
pluck is slowed down by list2 #749
Comments
I don't think there's anything to do about this since dynamic dots are part of the interface of that function. |
Would it be possible to call As much as I appreciate the idea of dynamic dots I think the overhead is quite big in this case. |
The overhead is really quite small. Your I'll look into an early exit in |
Checking the performance of
pluck()
withprofvis()
one can see that most of the time is spend inlist2()
. In the benchmarks below one can see thatpluck()
resp.map()
used as an extractor could be ~ 2.5 times faster:Created on 2020-03-03 by the reprex package (v0.3.0)
Session info
The text was updated successfully, but these errors were encountered: