-
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
added ghead/gtail support for n>1 #5089
Conversation
Nice, this change should nicely speed up db-benchmark group q8. https://h2oai.github.io/db-benchmark/ |
Looks great! |
@mattdowle that sounds pretty reasonable as long as we do not introduce something like A proof of concept (if I understood it right) can be found in Lines 1107 to 1123 in 27a829c
gfirst/gtail and gnthvalue .
|
Codecov Report
@@ Coverage Diff @@
## master #5089 +/- ##
==========================================
- Coverage 99.53% 99.53% -0.01%
==========================================
Files 76 76
Lines 14468 14448 -20
==========================================
- Hits 14401 14381 -20
Misses 67 67
Continue to review full report at Codecov.
|
…ad 2 not 15 in prev commit)
Looks great, do we have tests for n=0, n=NA and negative n? |
Hm. Good point. Looks like we don't, and they don't work. |
Closes #5060
Adds Gforce support for ghead/gtail and n > 1.
Note: This leads to the change of test 3 test cases which explicitly checked the non support of ghead/gtail for n != 0.