adding an atime test case; new with optimization to allow avoid [ overhead #PR4488 #6289
adding an atime test case; new with optimization to allow avoid [ overhead #PR4488 #6289DorisAmoakohene wants to merge 1 commit intomasterfrom
Conversation
|
Generated via commit 30839cd Download link for the artifact containing the test results: ↓ atime-results.zip Time taken to finish the standard R installation steps: 12 minutes and 2 seconds Time taken to run |
|
why did you open this PR and then immediately close? |
I didnt close it, I renamed the branch and it closed the PR, so the new one can be found here #6290, I am still figuring out how to rename the branch name without having it duplicate the PR |
|
git checkout master |
|
please use the command line git instead of the github web interface to submit PRs |

This regression was reported in #3735. They reported that selecting by row number from a data.table is much slower than from a data.frame.
The pull request that fixed the regression can be found #4488. However, I couldn’t find specific details about the changes made to fix the regression. It’s likely that the changes involved optimizing the way data.table handles row selection to make it more efficient.