```r DT = replicate(1e7, 1, simplify = FALSE) system.time(setDT(DT)) # user system elapsed # 23.043 0.216 23.261 ```