-
Notifications
You must be signed in to change notification settings - Fork 990
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
Faster by=key(DT)[1] and keyby= index #3040
Conversation
do we want this in patch release? I think there are potentially other improvements we could do here, thus might make sense to postpone to 1.12.0 |
Codecov Report
@@ Coverage Diff @@
## master #3040 +/- ##
==========================================
- Coverage 90.87% 90.87% -0.01%
==========================================
Files 61 61
Lines 11740 11783 +43
==========================================
+ Hits 10669 10708 +39
- Misses 1071 1075 +4
Continue to review full report at Codecov.
|
The other improvements I had in mind was #3042, and it will probably takes some time. Lets get this one merged for 1.11.6, they don't seems to be that much related. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Before this PR :
With this PR :
The
uniqlist
part reduces from 6.9s to 0.4s.ToDo:
add missing test of by=key(DT)[1] where that is integer64wasn't missing.Found as a result of investigating and thanks to #2962.