Closed markfairbanks closed 2 years ago
Closes #364
Note: In the issue linked I mentioned always using setorder() (and using an explicit copy where necessary), but this seemed more data.table-like (and is also more memory efficient). I'm open to discussing this approach though.
setorder()
data.table
Closes #364
Note: In the issue linked I mentioned always using
setorder()
(and using an explicit copy where necessary), but this seemed moredata.table
-like (and is also more memory efficient). I'm open to discussing this approach though.