-
Notifications
You must be signed in to change notification settings - Fork 991
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
[[ by group performance #4655
[[ by group performance #4655
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## master #4655 +/- ##
==========================================
- Coverage 99.61% 99.44% -0.18%
==========================================
Files 73 73
Lines 14250 14536 +286
==========================================
+ Hits 14195 14455 +260
- Misses 55 81 +26
Continue to review full report at Codecov.
|
I followed Cole's first inclination; i.e. removed the copy from |
this will also resolve #4424 |
You mean .NGRP? That's constant across groups so doesn't need to be copied. But tested anyway (2153.3) and referred to in comment in anySpecialStatic. |
Closes #4646
Closes #4658
Closes #4424
The root cause appears to be in
memrecycle
which is inassign.c
. I can get similar performance by commenting out theduplicate
line but then there are many errors during the testing. I'm including this in case someone is able to move forward with fixing the root cause.data.table/src/assign.c
Lines 707 to 723 in 9d3b920